aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetLib/src')
-rw-r--r--Carpet/CarpetLib/src/interpolate_eno_3d_3tl.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/Carpet/CarpetLib/src/interpolate_eno_3d_3tl.cc b/Carpet/CarpetLib/src/interpolate_eno_3d_3tl.cc
index 44344461a..0af632f88 100644
--- a/Carpet/CarpetLib/src/interpolate_eno_3d_3tl.cc
+++ b/Carpet/CarpetLib/src/interpolate_eno_3d_3tl.cc
@@ -27,7 +27,7 @@ namespace CarpetLib {
template <typename T>
- static inline
+ inline
T
min3 (T const & x, T const & y, T const & z)
{
@@ -35,7 +35,7 @@ namespace CarpetLib {
}
template <typename T>
- static inline
+ inline
T
max3 (T const & x, T const & y, T const & z)
{