Skip to content

Commit

Permalink
#2772 Renamed tmp_nc_base_name, tmp_nc_file_var_name & tmp_nc_point_v…
Browse files Browse the repository at this point in the history
…ar_name to tmp_py_base_name, tmp_file_var_name, & tmp_point_var_name
  • Loading branch information
Howard Soh committed Jan 29, 2024
1 parent 1cba5ec commit d64d127
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/libcode/vx_python3_utils/python3_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,13 @@ static const char wrappers_dir [] = "MET_BASE/wrappers";

static const char python_dir [] = "MET_BASE/python";

static const char tmp_nc_base_name [] = "tmp_met_nc";
static const char tmp_py_base_name [] = "tmp_met_data";

static const char tmp_nc_file_var_name [] = "tmp_nc_filename";
static const char tmp_file_var_name [] = "tmp_py_filename";

static const char tmp_nc_point_var_name[] = "met_point_data";
static const char tmp_point_var_name [] = "met_point_data";

static const char tmp_point_data [] = "point_data";

////////////////////////////////////////////////////////////////////////

Expand Down

0 comments on commit d64d127

Please sign in to comment.