Skip to content

Commit

Permalink
remove missing header and adjust version info
Browse files Browse the repository at this point in the history
  • Loading branch information
hklion committed Nov 14, 2024
1 parent c6cb1e4 commit 200117e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Source/IO/console_io.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

#ifdef REMORA_USE_NETCDF
#include "NCInterface.H"
#include "netcdf_meta.h"
#endif

namespace amrex {
Expand Down Expand Up @@ -147,7 +146,7 @@ void REMORA::print_tpls(std::ostream& out)
amrex::Vector<std::string> tpls;

#ifdef REMORA_USE_NETCDF
tpls.push_back(std::string("NetCDF ") + NC_VERSION);
tpls.push_back(std::string("NetCDF ") + PNETCDF_VERSION);
#endif

if (!tpls.empty()) {
Expand Down

0 comments on commit 200117e

Please sign in to comment.