summaryrefslogtreecommitdiff
path: root/doc/FAQ
diff options
context:
space:
mode:
authorlanfer <lanfer@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-07-15 14:21:16 +0000
committerlanfer <lanfer@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-07-15 14:21:16 +0000
commitfe67e536dd1c1d67b992106164dc475117be6fe6 (patch)
treeb19628458b46caa422a3119d93ddb02aba7eb773 /doc/FAQ
parentd308cdfdbfab5c9d32dbcad6c87ae652fc0defba (diff)
added a faq
git-svn-id: http://svn.cactuscode.org/flesh/trunk@710 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/FAQ')
-rw-r--r--doc/FAQ11
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/FAQ b/doc/FAQ
index b7fa16db..3c4cd74d 100644
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -5,7 +5,7 @@
# @desc
# Some useful info.
# @enddesc
-# @version $Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/doc/FAQ,v 1.1 1999-06-24 09:08:38 goodale Exp $
+# @version $Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/doc/FAQ,v 1.2 1999-07-15 14:21:16 lanfer Exp $
# @@*/
@@ -22,4 +22,13 @@ still be `older' than the file you edited, and the system will loop until this
situation changes.
+2) I get
+ identifier "DECLARE_CCTK_PARAMETERS" is undefined
+ DECLARE_CCTK_PARAMETERS
+ ^
+ Why ?
+
+You have to include the header: #include "cctk_parameters.h"
+
+