aboutsummaryrefslogtreecommitdiff
path: root/src/gr
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-07-18 17:50:50 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-07-18 17:50:50 +0000
commitfb7dd15fb289cb5a4fbe492d8c72338997b13f6b (patch)
tree4f918e5b3fca9454f6124c3d659f961c4832a1ca /src/gr
parentce5ee75bb541dc2e282d2d1bd053d24bd4d332e8 (diff)
expand "dangerous" comments
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@637 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/gr')
-rw-r--r--src/gr/cg.hh6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/gr/cg.hh b/src/gr/cg.hh
index 2688a93..9008159 100644
--- a/src/gr/cg.hh
+++ b/src/gr/cg.hh
@@ -4,8 +4,10 @@
//
// This header file defines the "virtual machine" used by machine-generated
// code. It is "dangerous" in that it #defines macros for all the gridfns,
-// which will likely produce syntax errors if they are used outside their
-// intentended environment.
+// which will break lots of other code. Thus this file should only be
+// #included just before #including machine-generated code, and this should
+// be as close as possible to the end of the source file (to minimize the
+// amount of other code affected by this file).
//
// prerequisites
// gfn.hh