Skip to content

Commit 3a4f55e

Browse files
authored
Update main.cpp
1 parent 4883557 commit 3a4f55e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aero/src/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ int main(int argc, char* argv[])
2222
std::cout << "=== AERO ALGO ====" << std::endl;
2323

2424
if (argc != 5) {
25-
std::cout << "Merci de préciser <repertoire/de/travail> <fichier_param.ini> <fichier_sorti.cgns>" << std::endl;
25+
std::cout << "Merci de préciser <repertoire/de/travail> <fichier_param.ini> <fichier_sorti.cgns> <2D/3D>" << std::endl;
2626
exit(0);
2727
}
2828

@@ -63,4 +63,4 @@ int main(int argc, char* argv[])
6363
#endif
6464
}
6565
}
66-
}
66+
}

0 commit comments

Comments
 (0)