Ignore:
Timestamp:
Jun 18, 2010, 11:42:07 AM (14 years ago)
Author:
garnier
Message:

update geant4-09-04-beta-cand-01 interfaces-V09-03-09 vis-V09-03-08

File:
1 edited

Legend:

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

    r1136 r1315  
    2525//
    2626//
    27 // $Id: G4RTXScanner.cc,v 1.7 2009/09/16 16:56:52 allison Exp $
    28 // GEANT4 tag $Name: $
     27// $Id: G4RTXScanner.cc,v 1.8 2010/06/14 14:33:34 gcosmo Exp $
     28// GEANT4 tag $Name: vis-V09-03-08 $
    2929//
    3030//
     
    4848
    4949G4RTXScanner::G4RTXScanner():
    50   theNRow(0), theNColumn(0), theIRow(0), theIColumn(0)
     50  G4VRTScanner(), theNRow(0), theNColumn(0), theIRow(0), theIColumn(0)
    5151{
    5252  theGSName = "RayTracerX";
    5353  theGSNickname = "RayTracerX";
    5454}
     55
     56G4RTXScanner::~G4RTXScanner() {}
    5557
    5658const G4String& G4RTXScanner::GetGSName() const
Note: See TracChangeset for help on using the changeset viewer.