From 200117e1e1161a6ca56e1081a3cd207c234e3e8f Mon Sep 17 00:00:00 2001 From: Hannah Klion Date: Thu, 14 Nov 2024 14:10:42 -0800 Subject: [PATCH] remove missing header and adjust version info --- Source/IO/console_io.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Source/IO/console_io.cpp b/Source/IO/console_io.cpp index ab23ad4..dc5b3ab 100644 --- a/Source/IO/console_io.cpp +++ b/Source/IO/console_io.cpp @@ -6,7 +6,6 @@ #ifdef REMORA_USE_NETCDF #include "NCInterface.H" -#include "netcdf_meta.h" #endif namespace amrex { @@ -147,7 +146,7 @@ void REMORA::print_tpls(std::ostream& out) amrex::Vector 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()) {