Skip to content

Commit

Permalink
Rm the GEN sim type because it does not exist anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
kouchy committed Oct 19, 2017
1 parent 38a0815 commit e76f913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Factory/Launcher/Launcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ ::get_description(arg_map &req_args, arg_map &opt_args) const
opt_args[{p+"-type"}] =
{"string",
"select the type of simulation to launch (default is BFER).",
"BFER, BFERI, EXIT, GEN"};
"BFER, BFERI, EXIT"};

#ifdef MULTI_PREC
opt_args[{p+"-prec", "p"}] =
Expand Down

0 comments on commit e76f913

Please sign in to comment.