Skip to content

Commit

Permalink
Fix VariableProcessor --logdir
Browse files Browse the repository at this point in the history
  • Loading branch information
paullric committed Jan 12, 2024
1 parent 5fdbee8 commit b8bd831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/VariableProcessor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ try {

CommandLineString(strLongitudeName, "lonname", "lon");
CommandLineString(strLatitudeName, "latname", "lat");
CommandLineString(strLogDir, "logdir", ".");
CommandLineString(strLogDir, "logdir", "./");

ParseCommandLine(argc, argv);
EndCommandLine(argv)
Expand Down

0 comments on commit b8bd831

Please sign in to comment.