Changeset 235 for MEMPHYS


Ignore:
Timestamp:
Jul 8, 2006, 2:17:55 PM (18 years ago)
Author:
barrand
Message:

G.Barrand : more comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • MEMPHYS/HEAD/applications/MEMPHYS_session.cxx

    r228 r235  
    124124//////////////////////////////////////////////////////////////////////////////
    125125int main(
    126         int aArgc
    127          ,char** aArgv
    128          )
     126 int aArgc
     127,char** aArgv
     128)
    129129//////////////////////////////////////////////////////////////////////////////
    130130//!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!//
     
    134134  G4RunManager* runManager = new G4RunManager;
    135135
    136   runManager->SetGeometryToBeOptimized(false); //JEC 27/1/06 test to speed up the closing phase
     136  //JEC 27/1/06 test to speed up the closing phase
     137  // GB : in the below :
     138  // - if passing false, it induces a memory leak on Replicas
     139  //   at exit (seen with valgrind and MacOSX).
     140  // - if passing true (default), it takes a lot of time
     141  //   to "close the geometry".
     142  // !!!!
     143  runManager->SetGeometryToBeOptimized(false);
    137144
    138145  // Need to pass the G4RunManager at UIOnX creation
Note: See TracChangeset for help on using the changeset viewer.