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/ascii/src/G4tgrFileIn.cc

    r1337 r1347  
    2525//
    2626//
    27 // $Id: G4tgrFileIn.cc,v 1.9 2008/12/18 12:59:50 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     27// $Id: G4tgrFileIn.cc,v 1.13 2010/12/15 11:29:54 arce Exp $
     28// GEANT4 tag $Name: geant4-09-04-ref-00 $
    2929//
    3030//
     
    3939#include <iostream>
    4040#include <fstream>
     41#include <sstream>
    4142
    4243#include "G4tgrFileIn.hh"
     
    5051//-----------------------------------------------------------------------
    5152G4tgrFileIn::G4tgrFileIn()
     53  : theCurrentFile(-1), theName("")
    5254{
    5355}
     
    5759G4tgrFileIn::~G4tgrFileIn()
    5860{
    59   return;
     61/*
    6062  std::vector<G4tgrFileIn*>::const_iterator vfcite;
    6163  for( vfcite = theInstances.begin(); vfcite != theInstances.end(); vfcite++)
     
    6365    delete *vfcite;
    6466  }
     67*/
    6568}
    6669
Note: See TracChangeset for help on using the changeset viewer.