Skip to content

Commit

Permalink
Template build FABs from NETCDF to allow different data types.
Browse files Browse the repository at this point in the history
  • Loading branch information
AMLattanzi committed Nov 3, 2023
1 parent ef1ecf5 commit 0c43bcd
Show file tree
Hide file tree
Showing 7 changed files with 153 additions and 333 deletions.
2 changes: 0 additions & 2 deletions CMake/BuildERFExe.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ function(build_erf_lib erf_lib_name)

if(ERF_ENABLE_NETCDF)
target_sources(${erf_lib_name} PRIVATE
${SRC_DIR}/IO/NCBuildFABs.cpp
${SRC_DIR}/IO/NCBuildIABs.cpp
${SRC_DIR}/IO/NCInterface.cpp
${SRC_DIR}/IO/NCPlotFile.cpp
${SRC_DIR}/IO/NCCheckpoint.cpp
Expand Down
2 changes: 0 additions & 2 deletions Source/IO/Make.package
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ ifeq ($(USE_NETCDF), TRUE)
CEXE_sources += ReadFromWRFBdy.cpp
CEXE_sources += ReadFromWRFInput.cpp
CEXE_sources += ReadFromMetgrid.cpp
CEXE_sources += NCBuildFABs.cpp
CEXE_sources += NCBuildIABs.cpp
CEXE_sources += NCInterface.cpp
CEXE_sources += NCPlotFile.cpp
CEXE_sources += NCColumnFile.cpp
Expand Down
154 changes: 0 additions & 154 deletions Source/IO/NCBuildFABs.cpp

This file was deleted.

154 changes: 0 additions & 154 deletions Source/IO/NCBuildIABs.cpp

This file was deleted.

Loading

0 comments on commit 0c43bcd

Please sign in to comment.