aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-06-24 16:12:29 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-06-24 16:12:29 +0000
commit40e0d947e370129d487b053771d3d51f691bdab7 (patch)
treeed6941fc4b999e76760fedaf3060f22847568705 /src
parent7ee3c20722ae9b2afc9a2c880a519ac9e9bf6dda (diff)
moved to include/ directory
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@587 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src')
-rw-r--r--src/config.hh19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/config.hh b/src/config.hh
deleted file mode 100644
index d1bc9f2..0000000
--- a/src/config.hh
+++ /dev/null
@@ -1,19 +0,0 @@
-// config.hh -- compile-time configuration for AHFinderDirect
-// $Id$
-
-#ifndef CCTK_VARIABLE_REAL
- // we must be doing a test compilation outside of Cactus
- typedef double CCTK_REAL;
- typedef int CCTK_INT;
-#endif
-typedef CCTK_REAL fp;
-
-//
-// The angular finite differencing in our multipatch system can be
-// either 2nd order or 4th order, configurable here.
-//
-#ifdef FINITE_DIFF_ORDER
- // someone (probably a Makefile) has already defined this ==> leave it alone
-#else
- #define FINITE_DIFF_ORDER 4
-#endif