Ignore:
Timestamp:
Feb 16, 2009, 10:14:30 AM (16 years ago)
Author:
garnier
Message:

en test de gl2ps. Problemes de libraries

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/geometry/volumes/src/G4ReflectionFactory.cc

    r850 r921  
    2525//
    2626//
    27 // $Id: G4ReflectionFactory.cc,v 1.6 2007/05/11 13:58:35 gcosmo Exp $
    28 // GEANT4 tag $Name: HEAD $
     27// $Id: G4ReflectionFactory.cc,v 1.9 2008/11/13 09:33:20 gcosmo Exp $
     28// GEANT4 tag $Name: geant4-09-02-cand-01 $
    2929//
    3030//
     
    7575  // ---
    7676
    77   if (!fInstance) new G4ReflectionFactory();
    78  
     77  if (!fInstance) { fInstance = new G4ReflectionFactory(); }
     78
    7979  return fInstance;
    8080
     
    9898G4ReflectionFactory::~G4ReflectionFactory()
    9999{
     100  delete fInstance;
    100101}
    101102
     
    862863//_____________________________________________________________________________
    863864
    864 G4String G4ReflectionFactory::GetVolumesNameExtension() const
     865const G4String& G4ReflectionFactory::GetVolumesNameExtension() const
    865866{
    866867  return fNameExtension;
Note: See TracChangeset for help on using the changeset viewer.