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

Correction pour warning

parent 7a32fe04
No related branches found
No related tags found
No related merge requests found
......@@ -69,10 +69,7 @@ int main(int argc, char * argv[])
return EXIT_FAILURE;
}
const char * inputFilename = argv[1];
const char * outputFilenamePrefix = "suburb2";
const char * outputFilenameSuffix = "png";
const unsigned int numberOfLevels = atoi(argv[22]);
const float decimationRatio = atof(argv[23]);
......
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