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