summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/UsersGuide/ThornWriters.tex4
1 files changed, 2 insertions, 2 deletions
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,