Skip to content
Snippets Groups Projects
Commit c71c0bfa authored by Ger van Diepen's avatar Ger van Diepen
Browse files

BugID: 868

locateKey was renamed to locateModule
parent 7ebb9bef
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ int main() {
cout << "\nThe main ParameterSet contains:\n";
cout << myPS;
cout << "Fullname of 'b'=" << myPS.locateKey("b") << endl;
cout << "Fullname of 'b'=" << myPS.locateModule("b") << endl;
// cout << "The name of the ParameterSet = " << myPS.getName() << endl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment