aboutsummaryrefslogtreecommitdiff
path: root/src/gr/Schwarzschild_EF.cc
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-09-29 16:18:19 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-09-29 16:18:19 +0000
commit96226e24b7f0856f2cd8f68e9c22adcd7d2946ad (patch)
tree0ff524fe7b3dd7732c455c424273be84082f0928 /src/gr/Schwarzschild_EF.cc
parentf90849f3ccd99793b71eb19d9c8f9a8c5f628158 (diff)
- 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 <cstdio> style includes back to (old-style) #include <stdio.h> 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
Diffstat (limited to 'src/gr/Schwarzschild_EF.cc')
-rw-r--r--src/gr/Schwarzschild_EF.cc4
1 files changed, 2 insertions, 2 deletions
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 <stdio.h>
#include <assert.h>
#include <math.h>
-#include <vector>
+#include <vector.h>
#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"