Skip to content

Commit

Permalink
Update met/src/libcode/vx_data2d_grib2/data2d_grib2.cc
Browse files Browse the repository at this point in the history
Co-authored-by: jprestop <jpresto@ucar.edu>
  • Loading branch information
davidalbo and jprestop committed Feb 22, 2022
1 parent 46a2c00 commit 3774f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion met/src/libcode/vx_data2d_grib2/data2d_grib2.cc
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ void MetGrib2DataFile::read_grib2_record_list() {
mlog << Error << "\nMetGrib2DataFile::data_plane() -> "
<< "PDS template number ("
<< gfld->ipdtnum << ") is not supported. "
<< "Please take this to the METplus GitHub Discussions page: https://github.com/dtcenter/METplus/discussions\n\n";
<< "Please create a new post with this information in the METplus GitHub Discussions forum at https://github.com/dtcenter/METplus/discussions\n\n";
exit(1);
}

Expand Down

0 comments on commit 3774f0a

Please sign in to comment.