--------------------------------------------------------------------------
| 35 | |
| 36 | // -------------------------------------------------------------------------- |
| 37 | G4String G4UImpish::GetCommandLineString(const char*) |
| 38 | { |
| 39 | G4String newCommand; |
| 40 | |
| 41 | // recieve command string from master |
| 42 | G4cout << "hoge hoge" << G4endl; |
| 43 | |
| 44 | return newCommand; |
| 45 | } |