MCPcopy Create free account
hub / github.com/Geant4/geant4 / GetCommandLineString

Method GetCommandLineString

examples/extended/parallel/MPI/source/src/G4UImpish.cc:37–45  ·  view source on GitHub ↗

--------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

35
36// --------------------------------------------------------------------------
37G4String 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}

Callers 1

GetCommandMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected