ustajan / grasshopper

GNU General Public License v3.0
5 stars 4 forks source link

Added Capability to write G4cout/G4cerr to log files #12

Closed yacubus-bishcus closed 3 years ago

yacubus-bishcus commented 3 years ago

The added files MySession.cc MySession.hh send the G4cout to MyLogFile.out and G4cerr to Error.log. I also had to make a few edits in grasshopper.cc. I checked after making the additions, the code runs.