mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-16 12:54:50 +01:00
fix: initialize includeH0O0 to false in command line options
This commit is contained in:
parent
50e856b28b
commit
034ec5d9f7
@ -40,7 +40,7 @@ int main(int argc, char **argv) {
|
|||||||
bool asQS{false};
|
bool asQS{false};
|
||||||
app.add_flag("-q, --qs", asQS, "Save output as .qs")->default_val(false);
|
app.add_flag("-q, --qs", asQS, "Save output as .qs")->default_val(false);
|
||||||
|
|
||||||
bool includeH0O0;
|
bool includeH0O0{false};
|
||||||
app.add_flag("--include-h0-o0", includeH0O0,
|
app.add_flag("--include-h0-o0", includeH0O0,
|
||||||
"Include H(0) and O(0) in the output")
|
"Include H(0) and O(0) in the output")
|
||||||
->default_val(false);
|
->default_val(false);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user