aboutsummaryrefslogtreecommitdiff
path: root/src/README
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-07-27 14:25:55 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-07-27 14:25:55 +0000
commit566611956aede6ede419737eefa1a9f60019a4b0 (patch)
treed3b2e2dcec808ed6cf4cbd63e4539b06a6c1d10b /src/README
parent01cc4d16163b6d64eef20fab70c7c530d3e40ce7 (diff)
get rid of template function Cactus_variable_dataptr()
since it's only called twice -- just do the CCTK_VarDataPtrI() calls explicitly in the mask code --> with this change, the only templates in this thorn are in src/jtutil/ git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1151 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/README')
-rw-r--r--src/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/README b/src/README
index 548d1ef..8899ce4 100644
--- a/src/README
+++ b/src/README
@@ -36,7 +36,8 @@ patch/ contains the basic multipatch infrastructure for storing
on the surface of a 2-sphere
jtutil/ contains various low-level utility routines for things
like integer <--> floating-point linear maps, fuzzy
- floating-point comparisons, N-dimensional arrays, etc
+ floating-point comparisons, N-dimensional arrays, etc;
+ this is the only directory containing C++ templates
include/ contains common header files which don't live in any other
source directory; all compile-time options for this thorn
are configured here