diff options
Diffstat (limited to 'Source/Diagnostics/FieldIO.cpp')
-rw-r--r-- | Source/Diagnostics/FieldIO.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Diagnostics/FieldIO.cpp b/Source/Diagnostics/FieldIO.cpp index 7527086ad..4624e5617 100644 --- a/Source/Diagnostics/FieldIO.cpp +++ b/Source/Diagnostics/FieldIO.cpp @@ -817,7 +817,7 @@ getInterpolatedScalar( interpolated_F->setVal(0.); // Loop through the boxes and interpolate the values from the _cp data -#ifdef _OPEMP +#ifdef _OPENMP #pragma omp parallel #endif { @@ -871,7 +871,7 @@ getInterpolatedVector( // 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 { |