From 9a7acab33561376d41b2ca134b31881109077446 Mon Sep 17 00:00:00 2001 From: jthorn Date: Thu, 22 Jun 2006 15:41:00 +0000 Subject: fix description of INOUT arrays for aliased fns git-svn-id: http://svn.cactuscode.org/flesh/trunk@4325 17b73243-c579-4c4c-a9d2-2d5706c11dac --- doc/UsersGuide/ThornWriters.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/UsersGuide/ThornWriters.tex b/doc/UsersGuide/ThornWriters.tex index 4cb2f8cc..f9291641 100644 --- a/doc/UsersGuide/ThornWriters.tex +++ b/doc/UsersGuide/ThornWriters.tex @@ -4238,8 +4238,8 @@ work. These are function may be silently lost, or may not; it is dependent on the language of the providing and calling function. If you wish to modify an argument then it must have intent \texttt{OUT} or \texttt{INOUT} - (and hence must be either a \texttt{CCTK\_INT} or \texttt{CCTK\_REAL}), - or an array of one of these types. + (and hence must be either a \texttt{CCTK\_INT} or \texttt{CCTK\_REAL}, + or an array of one of these types). \item The name of both the aliased and providing function are restricted. They must follow the standard C semantics (start with a letter, contain only letters, numbers or underscores). Additionally, -- cgit v1.2.3