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

debug updates

Location:
trunk/source/visualization/RayTracer/src
Files:
2 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;
  • trunk/source/visualization/RayTracer/src/G4RayTracerXViewer.cc

    r1096 r1136  
    2525//
    2626//
    27 // $Id: G4RayTracerXViewer.cc,v 1.7 2009/08/19 08:39:19 lgarnier Exp $
     27// $Id: G4RayTracerXViewer.cc,v 1.8 2009/09/16 16:56:52 allison Exp $
    2828// GEANT4 tag $Name:  $
    2929
     
    4646                    name,
    4747                    new G4TheRayTracer(new G4RTJpegMaker, new G4RTXScanner))
    48 {
    49 }
     48{}
     49
     50G4RayTracerXViewer::~G4RayTracerXViewer() {}
    5051
    5152void G4RayTracerXViewer::Initialise() {
     
    6465}
    6566
    66 G4RayTracerXViewer::~G4RayTracerXViewer() {}
    67 
    6867#endif
Note: See TracChangeset for help on using the changeset viewer.