Skip to content
Snippets Groups Projects
Commit 7981f608 authored by Mickael Savinaud's avatar Mickael Savinaud
Browse files

ENH: correction of bug when try the test VectorDataRendering

parent 195f763e
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@ int main( int argc, char * argv[] )
else if (argc != 4)
{
std::cout << "Invalid parameters: " << std::endl;
std::cour << argv[0] << " <image filename> <vector filename> <DEM directory> [<run> = 1] [<font filename> = default font]" << std::endl;
std::cout << argv[0] << " <image filename> <vector filename> <DEM directory> [<run> = 1] [<font filename> = default font]" << std::endl;
return EXIT_FAILURE;
}
......
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