Skip to content

Commit

Permalink
Miscellaneous fixes needed for rSOILWAT2: fixed a typo and an unused …
Browse files Browse the repository at this point in the history
…parameter warning
  • Loading branch information
niteflyunicorns committed Mar 14, 2024
1 parent 34066e2 commit 055bb84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/SW_Main_lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ void sw_print_version(void) {
"SOILWAT2 version: %s\n",
SW2_VERSION
);
#ifndef RSOILWAT2
#ifndef RSOILWAT
swprintf(
"Compiled : by %s, on %s, on %s %s\n",
USERNAME, HOSTNAME, BUILD_DATE, BUILD_TIME
Expand Down
1 change: 1 addition & 0 deletions src/SW_Output.c
Original file line number Diff line number Diff line change
Expand Up @@ -2856,6 +2856,7 @@ void SW_OUT_create_files(SW_FILE_STATUS* SW_FileStatus, SW_OUTPUT* SW_Output,
(void) n_layers;
(void) InFiles;
(void) GenOutput;
(void) LogInfo;
#endif
}

Expand Down

0 comments on commit 055bb84

Please sign in to comment.