diff options
author | 2019-05-23 15:27:17 -0700 | |
---|---|---|
committer | 2019-05-23 15:27:17 -0700 | |
commit | 5308cbefa8fbde30bed8a88943d58ec646731d9e (patch) | |
tree | dd148cd6c54b121aeb29c2c8413adf495f643f45 /Source/Diagnostics/FieldIO.cpp | |
parent | 62b03c30d50899f3c7c334f06c7cee7ad8c55543 (diff) | |
download | WarpX-5308cbefa8fbde30bed8a88943d58ec646731d9e.tar.gz WarpX-5308cbefa8fbde30bed8a88943d58ec646731d9e.tar.zst WarpX-5308cbefa8fbde30bed8a88943d58ec646731d9e.zip |
fix a bunch of unused variable / parameter shadowing warnings
Diffstat (limited to 'Source/Diagnostics/FieldIO.cpp')
-rw-r--r-- | Source/Diagnostics/FieldIO.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Diagnostics/FieldIO.cpp b/Source/Diagnostics/FieldIO.cpp index ced1f8ea3..e3d44d1fc 100644 --- a/Source/Diagnostics/FieldIO.cpp +++ b/Source/Diagnostics/FieldIO.cpp @@ -660,7 +660,6 @@ getInterpolatedScalar( interpolated_F->setVal(0.); // Loop through the boxes and interpolate the values from the _cp data - const int use_limiter = 0; #ifdef _OPEMP #pragma omp parallel #endif |