Skip to content

Commit 2682d5b

Browse files
Update argparse.hpp
1 parent 6dffb45 commit 2682d5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

argparse/argparse.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ struct Arguments {
1414
int threads;
1515
double dt;
1616
double dump_interval;
17-
bool use_vtu;
17+
OutputFormat format;
1818
};
1919

2020
Arguments parse_arguments(int argc, char** argv);

0 commit comments

Comments
 (0)