From fb7dd15fb289cb5a4fbe492d8c72338997b13f6b Mon Sep 17 00:00:00 2001 From: jthorn Date: Thu, 18 Jul 2002 17:50:50 +0000 Subject: expand "dangerous" comments git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@637 f88db872-0e4f-0410-b76b-b9085cfa78c5 --- src/gr/cg.hh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/gr') 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 -- cgit v1.2.3