Skip to content
Snippets Groups Projects
Commit dc5cc062 authored by Francois Keith's avatar Francois Keith
Browse files

I think there are five arguments...

"Four shalt thou not count, neither count thou two,

excepting that thou then proceed to three. Five is right out."
parent 54fd8547
No related branches found
No related tags found
No related merge requests found
......@@ -257,12 +257,13 @@ namespace PatternGeneratorJRL {
std::cout << "argc:" << argc << std::endl;
if (argc!=6)
{
cerr << " This program takes 4 arguments: " << endl;
cerr << " This program takes 5 arguments: " << endl;
cerr << "./TestFootPrintPGInterface \
PATH_TO_VRML_FILE \
VRML_FILE_NAME \
PATH_TO_SPECIFICITIES_XML \
LINK_JOINT_RANK" << endl;
SPECIFICITIES_XML \
LINK_JOINT_RANK \
INITIAL_CONFIGURATION" << endl;
exit(-1);
}
else
......
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