Import Geant4 9.6.0 source tree
This commit is contained in:
@@ -52,18 +52,18 @@ G4PyCoutDestination::~G4PyCoutDestination()
|
||||
}
|
||||
|
||||
|
||||
/////////////////////////////////////////////////////////////
|
||||
G4int G4PyCoutDestination::ReceiveG4cout(G4String coutString)
|
||||
/////////////////////////////////////////////////////////////
|
||||
////////////////////////////////////////////////////////////////////
|
||||
G4int G4PyCoutDestination::ReceiveG4cout(const G4String& coutString)
|
||||
////////////////////////////////////////////////////////////////////
|
||||
{
|
||||
PySys_WriteStdout("%s", coutString.c_str());
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
/////////////////////////////////////////////////////////////
|
||||
G4int G4PyCoutDestination::ReceiveG4cerr(G4String cerrString)
|
||||
/////////////////////////////////////////////////////////////
|
||||
////////////////////////////////////////////////////////////////////
|
||||
G4int G4PyCoutDestination::ReceiveG4cerr(const G4String& cerrString)
|
||||
////////////////////////////////////////////////////////////////////
|
||||
{
|
||||
PySys_WriteStderr("%s", cerrString.c_str());
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user