Skip to content

Commit

Permalink
Merge pull request seahorce-scidac#296 from hklion/perl_pnetcdf
Browse files Browse the repository at this point in the history
remove missing header and adjust version info
  • Loading branch information
hklion authored Nov 14, 2024
2 parents c6cb1e4 + 200117e commit 438b2d8
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 438b2d8

Please sign in to comment.