aboutsummaryrefslogtreecommitdiff
path: root/src/README
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-08-18 10:01:03 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-08-18 10:01:03 +0000
commit88ce8f204d96b41c7abd8f302c6aa2e1bd4ea7a9 (patch)
tree98b563a13fa8cbff16e9d3b14893717ceaffd2f2 /src/README
parentb15e053d659533a3df651bdcf486ae14f5107639 (diff)
move lots and lots of code into C++ namespace AHFinderDirect
so it can't conflict with stuff in other thorns git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1184 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/README')
-rw-r--r--src/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/README b/src/README
index 8899ce4..a78b7c1 100644
--- a/src/README
+++ b/src/README
@@ -41,3 +41,13 @@ jtutil/ contains various low-level utility routines for things
include/ contains common header files which don't live in any other
source directory; all compile-time options for this thorn
are configured here
+
+All the code in the directories
+ driver/
+ gr/
+ gr.cg/
+ elliptic/
+ patch/
+is in namespace AHFinderDirect. All the code in the directories
+ jtutil/
+is in namespace jtutil.