Ignore:
Timestamp:
Dec 22, 2010, 11:33:38 AM (13 years ago)
Author:
garnier
Message:

before tag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/visualization/management/include/G4VisExecutive.icc

    r1337 r1346  
    2525//
    2626//
    27 // $Id: G4VisExecutive.icc,v 1.26 2010/05/30 11:30:49 allison Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     27// $Id: G4VisExecutive.icc,v 1.27 2010/11/07 11:14:33 allison Exp $
     28// GEANT4 tag $Name: $
    2929//
    3030//
     
    9393#endif
    9494
    95   G4VisExecutive::G4VisExecutive (const G4String& verbosityString):
    96     G4VisManager(verbosityString)       
    97   {}
     95inline
     96G4VisExecutive::G4VisExecutive (const G4String& verbosityString):
     97  G4VisManager(verbosityString)
     98{}
    9899
    99100// The inline keyword prevents the compiler making an external
Note: See TracChangeset for help on using the changeset viewer.