Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 8f430b9d authored by David Parsons's avatar David Parsons
Browse files

Cosmetic

parent 8f123950
No related branches found
No related tags found
No related merge requests found
......@@ -140,7 +140,7 @@ int main(int argc, char* argv[]) {
/*!
\brief
\brief print help and exist
*/
void print_help(char* prog_path) {
......
......@@ -272,8 +272,8 @@ void interpret_cmd_line_options(int argc, char* argv[]) {
t0 = OutputManager::last_gener();
}
// If t_end_ wasn't provided, set it according to nb_steps or use default (run
// for 1000 timesteps)
// If t_end_ wasn't provided, set it according to nb_steps or use default
// (run for 1000 timesteps)
if (t_end < 0) {
if (nb_steps >= 0) {
t_end = t0 + nb_steps;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment