aboutsummaryrefslogtreecommitdiff
path: root/src/gr
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-08-15 12:31:12 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-08-15 12:31:12 +0000
commit2aa301a2f32aac28e9e19dce354a6267493c13ae (patch)
tree452a75e4cb21eb1f38f89611dcd00cce34f9618c /src/gr
parent0c66f730f3b6254fd6b15ce2bf50bfd1907e6e7a (diff)
clarify what it means for cg.hh to be a "dangerous" header file
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@697 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/gr')
-rw-r--r--src/gr/README7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/gr/README b/src/gr/README
index 5944ef3..32b834f 100644
--- a/src/gr/README
+++ b/src/gr/README
@@ -19,8 +19,11 @@ gfns.hh
Defines the gfns of all the gridfns as enums in namespace gfns::.
cg.hh
- This is a "dangerous" header file which defines the "virtual machine"
- used by the machine-generated code in ../gr.cg/.
+ This header file defines the "virtual machine" used by the
+ machine-generated code in ../gr.cg/. This file is "dangerous"
+ in that it #defines macros for all the gridfns, which will
+ break lots of other code. See the header comments in this
+ file for details.
doit.maple
Top-level driver for all the Maple code.