summaryrefslogtreecommitdiff
path: root/doc/UsersGuide/ThornWriters.tex
diff options
context:
space:
mode:
authorrideout <rideout@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-03-18 15:21:04 +0000
committerrideout <rideout@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-03-18 15:21:04 +0000
commit4b44fc66030cbe1b59f8e152c7ea36528677634d (patch)
treeb9be2506c980d329f313b39989d7e1e774f4ea6e /doc/UsersGuide/ThornWriters.tex
parentfae2cdffde2057be27595b0258eab7b3d2db54f8 (diff)
Comment on upcoming functions.ccl spec.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3176 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/UsersGuide/ThornWriters.tex')
-rw-r--r--doc/UsersGuide/ThornWriters.tex8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/UsersGuide/ThornWriters.tex b/doc/UsersGuide/ThornWriters.tex
index f074a81d..2b64dca3 100644
--- a/doc/UsersGuide/ThornWriters.tex
+++ b/doc/UsersGuide/ThornWriters.tex
@@ -3705,8 +3705,12 @@ section. Function aliasing is also comparatively inefficient and
should not be used in a part of your code where efficiency is
important.
-Function aliasing is language neutral. However, the syntax is strongly
-based on C.
+Function aliasing is language neutral, however the syntax is strongly
+based on C. The API documented here describes the current code,
+however it is temporary. In the future the function aliasing
+declarations will go into a new \texttt{functions.ccl} file, and will
+have a format more similar to that of variable group and parameter
+declarations.
\subsection{Using an aliased function}