Skip to content

Commit

Permalink
#1409 Check if there are missing variables and give the proper log me…
Browse files Browse the repository at this point in the history
…ssage
  • Loading branch information
hsoh-u committed Sep 8, 2020
1 parent 4c89879 commit 531bebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion met/src/tools/other/madis2nc/madis2nc.cc
Expand Up @@ -486,7 +486,7 @@ static bool get_filtered_nc_data_2d(NcVar var, float *data, const long *dim,

bool status;
float in_fill_value;
const char * method_name = "get_filtered_nc_data_2d()";
const char * method_name = "get_filtered_nc_data_2d(float)";

if (IS_INVALID_NC(var)) {

Expand Down

0 comments on commit 531bebf

Please sign in to comment.