Ignore:
Timestamp:
Dec 22, 2010, 3:52:27 PM (13 years ago)
Author:
garnier
Message:

geant4 tag 9.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/persistency/gdml/src/G4GDMLWriteSolids.cc

    r1337 r1347  
    2525//
    2626//
    27 // $Id: G4GDMLWriteSolids.cc,v 1.68 2010/06/03 14:19:49 gcosmo Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     27// $Id: G4GDMLWriteSolids.cc,v 1.69 2010/10/14 16:19:40 gcosmo Exp $
     28// GEANT4 tag $Name: gdml-V09-03-09 $
    2929//
    3030// class G4GDMLWriteSolids Implementation
     
    6868#include "G4SurfaceProperty.hh"
    6969
    70 G4GDMLWriteSolids::
    71 G4GDMLWriteSolids() : G4GDMLWriteMaterials()
    72 {
    73 }
    74 
    75 G4GDMLWriteSolids::
    76 ~G4GDMLWriteSolids()
     70G4GDMLWriteSolids::G4GDMLWriteSolids()
     71  : G4GDMLWriteMaterials(), solidsElement(0)
     72{
     73}
     74
     75G4GDMLWriteSolids::~G4GDMLWriteSolids()
    7776{
    7877}
Note: See TracChangeset for help on using the changeset viewer.