Skip to content
Snippets Groups Projects
Commit 48cf4df3 authored by Cyrille Valladeau's avatar Cyrille Valladeau
Browse files

ENH : missing space for output baseline file

parent 17460b17
Branches
Tags
No related merge requests found
......@@ -48,7 +48,7 @@ int otbDEMHandlerTest(int argc, char * argv[])
std::ofstream file;
file.open(outputfilename);
file << "--- HEIGHT ABOVE MSL TEST ---" << std::endl;
file << " geoPoint: "<<geoPoint[1]<<"; "<<geoPoint[0]<< std::endl;
file << " geoPoint: "<<geoPoint[1]<<" ; "<<geoPoint[0]<< std::endl;
file << " -> Height: "<<height<< std::endl;
file.close();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment