diff options
Diffstat (limited to '')
-rw-r--r-- | Source/Utils/Interpolate.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 { |