Loading cgal-mesher.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -525,7 +525,7 @@ int main(int argc, char * argv[]) // check that the arguments where valid if (!result) { std::cerr << "Error in command line: " << result.errorMessage() << std::endl; std::cerr << "Error in command line: " << result.message() << std::endl; std::cerr << cli << std::endl; return EXIT_FAILURE; } Loading cgal-surface-mesh-converter.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,7 @@ int main(int argc, char* argv[]) // check that the arguments where valid if (!result) { std::cerr << "Error in command line: " << result.errorMessage() << std::endl; std::cerr << "Error in command line: " << result.message() << std::endl; std::cerr << cli << std::endl; return EXIT_FAILURE; } Loading cgal-view-surface.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ int main(int argc, char* argv[]) // check that the arguments where valid if (!result) { std::cerr << "Error in command line: " << result.errorMessage() << std::endl; std::cerr << "Error in command line: " << result.message() << std::endl; std::cerr << cli << std::endl; return EXIT_FAILURE; } Loading lyra @ ee3c076f Compare cb731a5e to ee3c076f Original line number Diff line number Diff line Subproject commit cb731a5e8613a454d4e526cdd740fe945a4e2396 Subproject commit ee3c076fa6b9d64c9d249a21f5b9b5a8dae92cd8 poly-generator.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -138,7 +138,7 @@ int main(int argc, char * argv[]) // check that the arguments where valid if (!result) { std::cerr << "Error in command line: " << result.errorMessage() << std::endl; std::cerr << "Error in command line: " << result.message() << std::endl; std::cerr << cli << std::endl; return EXIT_FAILURE; } Loading Loading
cgal-mesher.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -525,7 +525,7 @@ int main(int argc, char * argv[]) // check that the arguments where valid if (!result) { std::cerr << "Error in command line: " << result.errorMessage() << std::endl; std::cerr << "Error in command line: " << result.message() << std::endl; std::cerr << cli << std::endl; return EXIT_FAILURE; } Loading
cgal-surface-mesh-converter.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,7 @@ int main(int argc, char* argv[]) // check that the arguments where valid if (!result) { std::cerr << "Error in command line: " << result.errorMessage() << std::endl; std::cerr << "Error in command line: " << result.message() << std::endl; std::cerr << cli << std::endl; return EXIT_FAILURE; } Loading
cgal-view-surface.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ int main(int argc, char* argv[]) // check that the arguments where valid if (!result) { std::cerr << "Error in command line: " << result.errorMessage() << std::endl; std::cerr << "Error in command line: " << result.message() << std::endl; std::cerr << cli << std::endl; return EXIT_FAILURE; } Loading
lyra @ ee3c076f Compare cb731a5e to ee3c076f Original line number Diff line number Diff line Subproject commit cb731a5e8613a454d4e526cdd740fe945a4e2396 Subproject commit ee3c076fa6b9d64c9d249a21f5b9b5a8dae92cd8
poly-generator.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -138,7 +138,7 @@ int main(int argc, char * argv[]) // check that the arguments where valid if (!result) { std::cerr << "Error in command line: " << result.errorMessage() << std::endl; std::cerr << "Error in command line: " << result.message() << std::endl; std::cerr << cli << std::endl; return EXIT_FAILURE; } Loading