comparison Applications/Generic/NativeStoneApplicationRunner.cpp @ 659:68b5688241d5

Fixed broken previous merge
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 14 May 2019 19:38:15 +0200
parents 63982c8c294a
children 4f2416d519b4
comparison
equal deleted inserted replaced
658:63982c8c294a 659:68b5688241d5
121 * Configure the application with the command-line parameters 121 * Configure the application with the command-line parameters
122 ******************************************************************/ 122 ******************************************************************/
123 123
124 if (error || parameters.count("help")) 124 if (error || parameters.count("help"))
125 { 125 {
126 std::cout << std::endl 126 std::cout << std::endl;
127 127
128 std::cout << options << "\n"; 128 std::cout << options << "\n";
129 return error ? -1 : 0; 129 return error ? -1 : 0;
130 } 130 }
131 131