diff options
author | 2020-04-07 21:39:38 +0200 | |
---|---|---|
committer | 2020-04-07 12:39:38 -0700 | |
commit | 3c2efa2731439c5edfe5bd101357b226a50b6f34 (patch) | |
tree | 8bc11c227a92541759e35f9c0f0ce145e2f6d98f /Source/Utils/Interpolate.cpp | |
parent | f063f5bfc31610d29b0c65d02a103cd03d2db0e5 (diff) | |
download | WarpX-3c2efa2731439c5edfe5bd101357b226a50b6f34.tar.gz WarpX-3c2efa2731439c5edfe5bd101357b226a50b6f34.tar.zst WarpX-3c2efa2731439c5edfe5bd101357b226a50b6f34.zip |
Fix typos (#897)
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 { |