Skip to content
Snippets Groups Projects
Commit a112a0bb authored by Jordi Inglada's avatar Jordi Inglada
Browse files

STYLE: typos

parent 3bbb7ffd
No related branches found
No related tags found
No related merge requests found
...@@ -78,7 +78,7 @@ int main( int argc, char* argv[] ) ...@@ -78,7 +78,7 @@ int main( int argc, char* argv[] )
std::cout << argv[0] <<" <input_lidar_filename> <output_image_filename(double)>" std::cout << argv[0] <<" <input_lidar_filename> <output_image_filename(double)>"
<< " <output_image_filename(unsigned char)>" << " <output_image_filename(unsigned char)>"
<< " <output_resolution> <spline_order>" << " <output_resolution> <spline_order>"
<< " <number_of_level>" << " <number_of_levels>"
<< std::endl; << std::endl;
return EXIT_FAILURE; return EXIT_FAILURE;
} }
...@@ -119,7 +119,7 @@ int main( int argc, char* argv[] ) ...@@ -119,7 +119,7 @@ int main( int argc, char* argv[] )
// //
// We can now prepare the parameters to pass to the interpolation filter: // We can now prepare the parameters to pass to the interpolation filter:
// you have to be aware that the origin of the image is on the upper left // you have to be aware that the origin of the image is on the upper left
// corner and thus correspond to the minimun easting but the maximum northing. // corner and thus corresponds to the minimun easting but the maximum northing.
// //
// Software Guide : EndLatex // Software Guide : EndLatex
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment