Ignore:
Timestamp:
Dec 2, 2008, 4:09:27 PM (16 years ago)
Author:
garnier
Message:

only debug msg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/visualization/management/src/G4VViewer.cc

    r850 r894  
    6666  pVisMan->GetWindowSizeHint(xHint, yHint);
    6767  const G4String& XGeometryString = pVisMan->GetXGeometryString();
     68#ifdef G4DEBUG
     69    printf("G4VViewer::G4VViewer set geometry of viewer\n");
     70#endif
    6871  fVP.SetWindowSizeHint(xHint,yHint);
    6972  fVP.SetXGeometryString(XGeometryString);
Note: See TracChangeset for help on using the changeset viewer.