Skip to content
Snippets Groups Projects
Commit 8c963501 authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

BUG: Wrong help message

parent 8b478eca
Branches
Tags
No related merge requests found
......@@ -70,8 +70,8 @@ int main (int argc, char* argv[])
{
std::cerr <<"Usage: "<<argv[0];
std::cerr<<"fixedFileName movingFileName fieldOutName imageOutName ";
std::cerr<<"pointSetStep explorationSize windowSize learningRate nbIterations ";
std::cerr<<"metricThreshold";
std::cerr<<"pointSetStepX pointSetStepY explorationSize windowSize learningRate ";
std::cerr<<"nbIterations metricThreshold";
return EXIT_FAILURE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment