From 3c2efa2731439c5edfe5bd101357b226a50b6f34 Mon Sep 17 00:00:00 2001 From: NeilZaim <49716072+NeilZaim@users.noreply.github.com> Date: Tue, 7 Apr 2020 21:39:38 +0200 Subject: Fix typos (#897) --- 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 2dbfddb96..a12fa7b10 100644 --- a/Source/Utils/Interpolate.cpp +++ b/Source/Utils/Interpolate.cpp @@ -17,7 +17,7 @@ namespace Interpolate interpolated_F->setVal(0.); // Loop through the boxes and interpolate the values from the _cp data -#ifdef _OPEMP +#ifdef _OPENMP #pragma omp parallel #endif { @@ -68,7 +68,7 @@ namespace Interpolate // Loop through the boxes and interpolate the values from the _cp data const int use_limiter = 0; -#ifdef _OPEMP +#ifdef _OPENMP #pragma omp parallel #endif { -- cgit v1.2.3