aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-07-27 14:13:00 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-07-27 14:13:00 +0000
commit01cc4d16163b6d64eef20fab70c7c530d3e40ce7 (patch)
tree35b62a6f77bacdedbace1bad61544397a7f15ba4 /src/include
parentb6a5c035ba5870ea3d2a1bd8b88e5f644b905f9e (diff)
move mask processing stuff (about the Cactus grid)
out of gr / struct cactus_grid_info into new driver / struct mask_grid_info which is private to driver/mask.cc --> also revise this info a bit to play better with Carpet git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1150 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/include')
-rw-r--r--src/include/README6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/include/README b/src/include/README
index 84f80ed..8858d92 100644
--- a/src/include/README
+++ b/src/include/README
@@ -13,9 +13,3 @@ config.hh
defines compile-time configuration for this thorn, eg the "fp"
typedef (= CCTK_REAL), the choice of 2nd vs 4th order finite
differencing, etc etc
-
-stl_vector.hh
- This defines the STL vector class in the global namespace,
- by #including the appropriate system header (either <vector.h>
- or <vector> as appropriate for this platform), and possibly using
- an explicit using declaration.