From d4d1f20a7ba47bbfcc9439cb9f642ad1270a5b04 Mon Sep 17 00:00:00 2001 From: Weiqun Zhang Date: Sat, 1 Jun 2019 10:56:37 -0700 Subject: amrex::Interpolater::interp has changed its interface --- Source/Diagnostics/FieldIO.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Diagnostics/FieldIO.cpp') diff --git a/Source/Diagnostics/FieldIO.cpp b/Source/Diagnostics/FieldIO.cpp index e3d44d1fc..b1181f22f 100644 --- a/Source/Diagnostics/FieldIO.cpp +++ b/Source/Diagnostics/FieldIO.cpp @@ -677,7 +677,7 @@ getInterpolatedScalar( if ( F_fp.is_nodal() ){ IntVect refinement_vector{AMREX_D_DECL(r_ratio, r_ratio, r_ratio)}; node_bilinear_interp.interp(cfab, 0, ffab, 0, 1, - finebx, refinement_vector, {}, {}, {}, 0, 0); + finebx, refinement_vector, {}, {}, {}, 0, 0, RunOn::Cpu); } else { amrex::Abort("Unknown field staggering."); } -- cgit v1.2.3