aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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