Import Geant4 0.0.0 source tree
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#ifndef G4COUTDESTINATION_HH
|
||||
#define G4COUTDESTINATION_HH
|
||||
|
||||
#include "globals.hh"
|
||||
|
||||
class G4coutDestination
|
||||
{
|
||||
public:
|
||||
virtual int ReceiveG4cout(G4String){return 0;}
|
||||
virtual int ReceiveG4cerr(G4String){return 0;}
|
||||
};
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user