From 58a8f9f3330e6d21705e88504083a279f27e6beb Mon Sep 17 00:00:00 2001 From: Howard Soh Date: Thu, 20 May 2021 08:41:34 -0600 Subject: [PATCH] #1581 Separated nc_point_obs2.cc to nc_point_obs_in.cc and nc_point_obs_out.cc --- met/src/libcode/vx_nc_obs/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/met/src/libcode/vx_nc_obs/Makefile.am b/met/src/libcode/vx_nc_obs/Makefile.am index 6afb4fbfb5..ba2fb8c910 100644 --- a/met/src/libcode/vx_nc_obs/Makefile.am +++ b/met/src/libcode/vx_nc_obs/Makefile.am @@ -14,6 +14,7 @@ noinst_LIBRARIES = libvx_nc_obs.a libvx_nc_obs_a_SOURCES = \ nc_obs_util.cc nc_obs_util.h \ nc_point_obs.cc nc_point_obs.h \ - nc_point_obs2.cc \ + nc_point_obs_in.cc nc_point_obs_in.h \ + nc_point_obs_out.cc nc_point_obs_out.h \ nc_summary.cc nc_summary.h libvx_nc_obs_a_CPPFLAGS = ${MET_CPPFLAGS}