summaryrefslogtreecommitdiff
path: root/doc/FAQ
diff options
context:
space:
mode:
authorschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-07-26 14:53:28 +0000
committerschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-07-26 14:53:28 +0000
commit7b5fd083b355f7f57787f2be8bcd145601254e28 (patch)
tree52ecae7850f69a04d1a97d83dcf925a0fbb45ea0 /doc/FAQ
parent09ec422a781a89ef5ceade824f1f5991e35a3ec9 (diff)
Insert line breaks to make all lines shorter than 80 characters.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3351 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/FAQ')
-rw-r--r--doc/FAQ16
1 files changed, 9 insertions, 7 deletions
diff --git a/doc/FAQ b/doc/FAQ
index 03cb90a7..f122d082 100644
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -1,7 +1,7 @@
Cactus Code Frequently Asked Questions
-$Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/doc/FAQ,v 1.67 2003-07-24 10:29:54 allen Exp $
+$Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/doc/FAQ,v 1.68 2003-07-26 14:53:28 schnetter Exp $
Also available at http://www.cactuscode.org/Documentation/FAQ
@@ -126,9 +126,10 @@ C25 On compiling Fortran code I get errors like "dummy argument CCTK_DIM has
C26 I'm passing arguments to my scheduled routine using CCTK_ARGUMENTS and
I get the compile error "identifier DECLARE_CCTK_ARGUMENTS is undefined"
-C27 I have a code block commented out by '#if 0 ... #endif' in a C/C++ routine
- which uses the DECLARE_CCTK_ARGUMENTS and/or DECLARE_CCTK_PARAMETERS macro.
- The compiler stops with a parsing error on this piece of code.
+C27 I have a code block commented out by '#if 0 ... #endif' in a C/C++
+ routine which uses the DECLARE_CCTK_ARGUMENTS and/or
+ DECLARE_CCTK_PARAMETERS macro. The compiler stops with a parsing error
+ on this piece of code.
C28 (Linux IA64) I get a segmentation violation compiling snprintf.c in
the Cactus flesh?
@@ -856,9 +857,10 @@ C26 I'm passing arguments to my scheduled routine using CCTK_ARGUMENTS and
at the top of your source file
-C27 I have a code block commented out by '#if 0 ... #endif' in a C/C++ routine
- which uses the DECLARE_CCTK_ARGUMENTS and/or DECLARE_CCTK_PARAMETERS macro.
- The compiler stops with a parsing error on this piece of code.
+C27 I have a code block commented out by '#if 0 ... #endif' in a C/C++
+ routine which uses the DECLARE_CCTK_ARGUMENTS and/or
+ DECLARE_CCTK_PARAMETERS macro. The compiler stops with a parsing error
+ on this piece of code.
For C/C++ code, these two macros expand into (a list of) declarations
of local variables, with the same names of the arguments/parameters,