From 2eba11a10c668f08cc9004bcc28939706c356861 Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Fri, 23 Feb 2007 20:06:00 +0000 Subject: CarpetLib: Make the template functions min3 and max3 not static Make the template functions min3 and max3 not static to keep the AIX C++ compiler happy. darcs-hash:20070223200627-dae7b-d31ff7e7e0741ce3c592b60350deccb3b4f7f9ab.gz --- Carpet/CarpetLib/src/interpolate_eno_3d_3tl.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Carpet/CarpetLib/src') 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 - static inline + inline T min3 (T const & x, T const & y, T const & z) { @@ -35,7 +35,7 @@ namespace CarpetLib { } template - static inline + inline T max3 (T const & x, T const & y, T const & z) { -- cgit v1.2.3