mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-16 12:54:50 +01:00
fixed initializer. Format is given by extension in the -o argument
This commit is contained in:
parent
7f761e802f
commit
42089f2282
@ -156,10 +156,9 @@ ParseRet parseInitValues(char **argv, RuntimeParameters ¶ms) {
|
||||
|
||||
params.use_ai_surrogate = cmdl["ai-surrogate"];
|
||||
|
||||
// MDL: optional flag "qs" to switch to qsave()
|
||||
// MDL: optional flag "--qs" to switch to qsave()
|
||||
params.out_ext = "rds";
|
||||
if (cmdl["qs"]) {
|
||||
MSG("Enabled <qs> output");
|
||||
params.out_ext = "qs";
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user