| 197 | } |
| 198 | |
| 199 | G4String G4VBasicShell::FindMatchingPath(G4UIcommandTree* aTree, const G4String& aCommandPath) |
| 200 | { |
| 201 | return aTree->CompleteCommandPath(aCommandPath); |
| 202 | } |
| 203 | |
| 204 | //////////////////////////////////////////// |
| 205 | // Method involving an interactive G4cout // |
nothing calls this directly
no test coverage detected