mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-15 20:38:23 +01:00
fix: initialize includeH0O0 to false in command line options
This commit is contained in:
parent
c5b0ae201c
commit
06728bc28b
@ -40,7 +40,7 @@ int main(int argc, char **argv) {
|
||||
bool asQS{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,
|
||||
"Include H(0) and O(0) in the output")
|
||||
->default_val(false);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user