Skip to content

Commit

Permalink
#1355 To avoid a merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
hsoh-u committed Dec 1, 2020
1 parent 9775aa3 commit 930c86e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion met/src/tools/other/pb2nc/pb2nc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ void process_command_line(int argc, char **argv) {
cline.add(set_target_variables, "-obs_var", 1);
cline.add(set_logfile, "-log", 1);
cline.add(set_verbosity, "-v", 1);
cline.add(set_compress, "-compress", 1);
cline.add(set_compress, "-compress", 1);

// Parse the command line
cline.parse();
Expand Down

0 comments on commit 930c86e

Please sign in to comment.