Skip to content

Commit 692c63e

Browse files
Update argparse.hpp
1 parent a570803 commit 692c63e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

argparse/argparse.hpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33

44
namespace next {
55

6+
enum class OutputFormat {
7+
VTK,
8+
VTU,
9+
HDF5
10+
};
11+
612
struct Arguments {
713
std::string input_file;
814
int threads;

0 commit comments

Comments
 (0)