Skip to content

Commit

Permalink
Fix header file names for NetCDF build
Browse files Browse the repository at this point in the history
  • Loading branch information
ckendrick committed Dec 6, 2024
1 parent c04c030 commit df1e365
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/IO/ERF_ReadFromMetgrid.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include <ERF_NCWpsFile.H>
#include <AMReX_FArrayBox.H>
#include <AMReX_IArrayBox.H>
#include <ERF_Metgrid_utils.H>
#include <ERF_MetgridUtils.H>

using namespace amrex;

Expand Down
2 changes: 1 addition & 1 deletion Source/SourceTerms/ERF_MoistSetRhs.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#if defined(ERF_USE_NETCDF)

#include <ERF_Src_headers.H>
#include <ERF_SrcHeaders.H>
#include <ERF_Utils.H>

using namespace amrex;
Expand Down

0 comments on commit df1e365

Please sign in to comment.