From 93cdd24708e8e975409daebce758ddbcaaac9325 Mon Sep 17 00:00:00 2001 From: David Grote Date: Wed, 17 Mar 2021 15:41:53 -0700 Subject: Replaced almost all nGrow with nGrowVect (#1801) --- Source/Utils/Interpolate.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/Utils/Interpolate.cpp') diff --git a/Source/Utils/Interpolate.cpp b/Source/Utils/Interpolate.cpp index 042b02284..72c80530b 100644 --- a/Source/Utils/Interpolate.cpp +++ b/Source/Utils/Interpolate.cpp @@ -9,7 +9,7 @@ namespace Interpolate getInterpolatedScalar( const MultiFab& F_cp, const MultiFab& F_fp, const DistributionMapping& dm, const int r_ratio, - const Real* /*dx*/, const int ngrow ) + const Real* /*dx*/, const IntVect ngrow ) { // Prepare the structure that will contain the returned fields std::unique_ptr interpolated_F; @@ -56,7 +56,7 @@ namespace Interpolate const MultiFab* Fy_fp, const MultiFab* Fz_fp, const DistributionMapping& dm, const int r_ratio, - const Real* /*dx*/, const int ngrow ) + const Real* /*dx*/, const IntVect ngrow ) { // Prepare the structure that will contain the returned fields -- cgit v1.2.3