aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-04-04 17:31:02 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-04-04 17:31:02 +0000
commitdefc53627442b009ea955529e0c640aa727bcf14 (patch)
treeb53525fac8170c44196182301268f5a15e739570 /src
parent6b86de8d9adbbc3abc8ca099b18ad3d8e961fbe0 (diff)
minor tweaks
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@429 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src')
-rw-r--r--src/README9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/README b/src/README
index 27fc707..e5807d5 100644
--- a/src/README
+++ b/src/README
@@ -10,10 +10,11 @@ util/ basic multipatch infrastructure for storing and
on the surface of a 2-sphere
jt/ symlinks to various header files in other directories of
the source tree
-libinterp/ interpolation library
-libutil/ low-level utility library: templates and inline functions
- for things like integer <--> floating-point linear maps,
- N-dimensional arrays, fuzzy floating-point comparisons, etc
+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
+ integer <--> floating-point linear maps, fuzzy
+ floating-point comparisons, N-dimensional arrays, etc
try/ little test programs to experiment with compilers
and their bugs, fancy C++ features, etc etc