Skip to content
Snippets Groups Projects
Commit fbbf5fa2 authored by Thomas Feuvrier's avatar Thomas Feuvrier
Browse files

BUG: Correction of the number of parameters checking

parent 4f64d07b
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,7 @@ int main( int argc, char* argv[] )
{
// Software Guide : EndCodeSnippet
if ( argc < 4 )
if ( argc < 7 )
{
std::cerr << "Missing Parameters " << std::endl;
std::cerr << "Usage: " << argv[0];
......
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