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

CVS update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/visualization/VRML/include/G4VRML2SceneHandler.hh

    r1140 r1294  
    2525//
    2626//
    27 // $Id: G4VRML2SceneHandler.hh,v 1.14 2009/10/21 15:27:21 allison Exp $
    28 // GEANT4 tag $Name: $
     27// $Id: G4VRML2SceneHandler.hh,v 1.15 2010/05/30 10:08:32 allison Exp $
     28// GEANT4 tag $Name: vis-V09-03-06 $
    2929//
    3030// G4VRML2SceneHandler.hh
     
    7575        void AddCompound ( const G4VHit& hit) {
    7676          G4VSceneHandler::AddCompound(hit);
     77        }
     78        void AddCompound ( const G4VDigi& digi) {
     79          G4VSceneHandler::AddCompound(digi);
    7780        }
    7881        void AddCompound ( const G4THitsMap<G4double> & hits) {
Note: See TracChangeset for help on using the changeset viewer.