Merge branch 'development' into LTS_development
This commit is contained in:
commit
a2bce4bc11
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
int main(int argc, char* argv[]){
|
||||
if (argc < 4) {
|
||||
std::cerr << "Usage: " << argv[0] << " <inputFile> <variableName> <outputFile>" << std::endl;
|
||||
return 2;
|
||||
return 42;
|
||||
}
|
||||
std::ofstream tmp(argv[3]);
|
||||
//begin the first line
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue