Skip to content

Commit

Permalink
Per #2690, modify comments to remove misplaced reference to MET_TMP_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed Sep 25, 2023
1 parent 996dc2e commit c60c8d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libcode/vx_seeps/seeps.cc
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ ConcatString SeepsClimo::get_seeps_climo_filename() {
ConcatString seeps_filename;
const char *method_name = "SeepsClimo::get_seeps_climo_filename() -> ";

// Use the MET_TMP_DIR environment variable, if set.
// Use the environment variable, if set.
bool use_env = get_env(MET_ENV_SEEPS_POINT_CLIMO_NAME, seeps_filename);
if(use_env) seeps_filename = replace_path(seeps_filename);
else seeps_filename = replace_path(def_seeps_filename);
Expand Down Expand Up @@ -777,7 +777,7 @@ ConcatString SeepsClimoGrid::get_seeps_climo_filename() {
ConcatString seeps_filename;
const char *method_name = "SeepsClimoGrid::get_seeps_climo_filename() -> ";

// Use the MET_TMP_DIR environment variable, if set.
// Use the environment variable, if set.
bool use_env = get_env(MET_ENV_SEEPS_GRID_CLIMO_NAME, seeps_filename);
if(use_env) {
seeps_filename = replace_path(seeps_filename);
Expand Down

0 comments on commit c60c8d4

Please sign in to comment.