Ignore:
Timestamp:
Nov 2, 2009, 3:49:55 PM (15 years ago)
Author:
garnier
Message:

debug updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/visualization/RayTracer/src/G4RTXScanner.cc

    r1096 r1136  
    2525//
    2626//
    27 // $Id: G4RTXScanner.cc,v 1.6 2009/08/18 10:47:15 lgarnier Exp $
     27// $Id: G4RTXScanner.cc,v 1.7 2009/09/16 16:56:52 allison Exp $
    2828// GEANT4 tag $Name:  $
    2929//
     
    120120  // Window size and position...
    121121  int xOffset = 0, yOffset = 0;
     122  XSizeHints* size_hints = XAllocSizeHints();
    122123  unsigned int width, height;
    123   XSizeHints* size_hints = XAllocSizeHints();
    124124  const G4String& XGeometryString = vp.GetXGeometryString();
    125125  if (!XGeometryString.empty()) {
     
    152152  } else {
    153153    G4cout << "ERROR: Geometry string \""
    154            << XGeometryString     
    155            << "\" is empty.  Using \"600x600\"."
     154           << XGeometryString
     155           << "\" is empty.  Using \"600x600\"."
    156156           << G4endl;
    157157    width = 600;
    158     height = 600; 
     158    height = 600;
    159159  }
    160160  size_hints->width = width;
Note: See TracChangeset for help on using the changeset viewer.