Changeset 360 for MEMPHYS


Ignore:
Timestamp:
Jun 1, 2007, 8:53:54 PM (17 years ago)
Author:
barrand
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • MEMPHYS/HEAD/MEMPHYS/DigitsCollectionAccessor.h

    r351 r360  
    1515                           G4RunManager* aRunManager,
    1616                           const std::string& aName = "")
     17#ifdef OSC_VERSION_16_0
     18  :G4Lab::DigitsCollectionAccessor<T>(aSession,aName){}
     19#else
    1720  :G4Lab::DigitsCollectionAccessor<T>(aSession,aRunManager,aName){}
     21#endif
    1822  virtual ~DigitsCollectionAccessor(){}
    1923};
Note: See TracChangeset for help on using the changeset viewer.