aboutsummaryrefslogtreecommitdiff
path: root/src/README
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-06-24 16:38:25 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-06-24 16:38:25 +0000
commit53d8f11334a95c61b52768ee0158b048ec10196d (patch)
treeb5b0a0ca03b503551be7344f5e6fe9f7c7723036 /src/README
parentd28ea3f762453e09727bc4542e8a1f26f5e14e56 (diff)
update summary of subdirectories
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@592 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/README')
-rw-r--r--src/README11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/README b/src/README
index e5807d5..2d5ca0c 100644
--- a/src/README
+++ b/src/README
@@ -8,13 +8,12 @@ maple/ Maple code to generate C/C++ from complicated expressions
util/ basic multipatch infrastructure for storing and
finite differencing gridfns in angular coordinates
on the surface of a 2-sphere
-jt/ symlinks to various header files in other directories of
- the source tree
-libinterp/ old 1-D interpolation library -- no longer used
-jtutil/ low-level utility library in C++ namespace jtutil:: --
- templates and inline functions for things like
+jtutil/ low-level utility library in C++ namespace jtutil::
+ (templates and inline functions for things like
integer <--> floating-point linear maps, fuzzy
- floating-point comparisons, N-dimensional arrays, etc
+ floating-point comparisons, N-dimensional arrays, etc)
+include/ common header files which don't live in any other
+ source directory
try/ little test programs to experiment with compilers
and their bugs, fancy C++ features, etc etc