aboutsummaryrefslogtreecommitdiff
path: root/src/jtutil/README
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-03-27 20:37:34 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-03-27 20:37:34 +0000
commit08555ac2f37b48d03dee307a8356a5c709b31efb (patch)
tree8654b81418c6a377387061be8ea6ad8e7c272c9c /src/jtutil/README
parent9aa4aeea088defb0049d20d49cb25838c9ee5a8a (diff)
put *everything* into namespace jtutil::
start changing arrays to allow user-specified strides (only array2d so far) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@378 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/jtutil/README')
-rw-r--r--src/jtutil/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/jtutil/README b/src/jtutil/README
index 2273735..d16004e 100644
--- a/src/jtutil/README
+++ b/src/jtutil/README
@@ -1,6 +1,7 @@
This directory holds low-level utility code that we use, but that's
not really specific to this project -- things like min/max templates,
-multidimensional array classes, fuzzy arithmetic routines, etc:
+multidimensional array classes, fuzzy arithmetic routines, etc. All
+of this is in namespace jtutil::.
array<fp>
is a template class (templated on the integer or floating-point