From 96226e24b7f0856f2cd8f68e9c22adcd7d2946ad Mon Sep 17 00:00:00 2001 From: jthorn Date: Sun, 29 Sep 2002 16:18:19 +0000 Subject: - rename "config.hh" to "config.h" since it's now C++/C/Fortran minor code tweaks for better portability (std:: namespace stuff) - switch all (new-style) #include style includes back to (old-style) #include style - drop all using std::printf; declarations - change all uses of std::min and std::max to jtuti:: instead - drop all explicit std:: qualifiers git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@777 f88db872-0e4f-0410-b76b-b9085cfa78c5 --- src/gr/Schwarzschild_EF.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gr/Schwarzschild_EF.cc') diff --git a/src/gr/Schwarzschild_EF.cc b/src/gr/Schwarzschild_EF.cc index 9960bfc..ad7294d 100644 --- a/src/gr/Schwarzschild_EF.cc +++ b/src/gr/Schwarzschild_EF.cc @@ -13,14 +13,14 @@ #include #include #include -#include +#include #include "util_Table.h" #include "cctk.h" #include "cctk_Arguments.h" +#include "config.h" #include "stdc.h" -#include "config.hh" #include "../jtutil/util.hh" #include "../jtutil/array.hh" #include "../jtutil/cpm_map.hh" -- cgit v1.2.3