Ignore:
Timestamp:
Nov 9, 2007, 3:32:25 PM (17 years ago)
Author:
garnier
Message:

r627@mac-90108: laurentgarnier | 2007-11-09 07:57:42 +0100
modif dans les includes directives

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/geant4/visualization/management/src/G4VisCommandsGeometry.cc

    r531 r593  
    2525//
    2626//
    27 // $Id: G4VisCommandsGeometry.cc,v 1.3 2006/06/29 21:29:38 gunter Exp $
    28 // GEANT4 tag $Name: geant4-08-01-patch-01 $
     27// $Id: G4VisCommandsGeometry.cc,v 1.4 2007/01/05 16:29:38 allison Exp $
     28// GEANT4 tag $Name: geant4-09-00-ref-01 $
    2929
    3030// /vis/geometry commands - John Allison  31st January 2006
     
    147147    return;
    148148  }
    149   G4UImanager::GetUIpointer()->ApplyCommand("/vis/viewer/rebuild");
     149  if (fpVisManager->GetCurrentViewer()) {
     150    G4UImanager::GetUIpointer()->ApplyCommand("/vis/viewer/rebuild");
     151  }
    150152}
Note: See TracChangeset for help on using the changeset viewer.