Skip to content

Commit 01739b9

Browse files
Update argparse.hpp
1 parent 3b79adc commit 01739b9

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
@@ -17,6 +17,6 @@ struct Arguments {
1717
OutputFormat format;
1818
};
1919

20-
Arguments parse_arguments(int argc, char** argv);
20+
Arguments parse_arguments(int argc, char** argv, int rank);
2121

2222
}

0 commit comments

Comments
 (0)