mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-16 04:48:23 +01:00
Merge branch 'hotfix-qs-option' into 'main'
fix: remove duplicate flag for saving output as .qs file in parseInitValues See merge request naaice/poet!49
This commit is contained in:
commit
8b7e3e983e
@ -154,9 +154,6 @@ int parseInitValues(int argc, char **argv, RuntimeParameters ¶ms) {
|
|||||||
app.add_flag("--qs", params.as_qs,
|
app.add_flag("--qs", params.as_qs,
|
||||||
"Save output as .qs file instead of default .qs2");
|
"Save output as .qs file instead of default .qs2");
|
||||||
|
|
||||||
app.add_flag("--qs", params.as_qs,
|
|
||||||
"Save output as .qs file instead of default .qs2");
|
|
||||||
|
|
||||||
std::string init_file;
|
std::string init_file;
|
||||||
std::string runtime_file;
|
std::string runtime_file;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user