summaryrefslogtreecommitdiff
path: root/doc/FAQ
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-01-27 15:31:07 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-01-27 15:31:07 +0000
commit9c27a0b4c2baa993c90618e264baa4667af8f2b9 (patch)
tree189d18d8a10af5b2bba351c6009ccce2f79286c0 /doc/FAQ
parentde8bf03b848cf048700d4082cd518e4ca84d0b11 (diff)
I1 The size of array parameters is specified by a integer number in the
param.ccl file. Why can't a parameter itself be used here? The size of the array has to be fixed at compile time to accomodate the use of parameters in Fortran thorns. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3110 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/FAQ')
-rw-r--r--doc/FAQ16
1 files changed, 15 insertions, 1 deletions
diff --git a/doc/FAQ b/doc/FAQ
index 07e1314b..8ec7a59a 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.52 2003-01-27 13:20:59 allen Exp $
+$Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/doc/FAQ,v 1.53 2003-01-27 15:31:07 allen Exp $
Also available at http://www.cactuscode.org/Documentation/FAQ
@@ -250,6 +250,12 @@ H1 I want to run an old parameter file, but none of the I/O parameters are
recognised!
+------------------------------------------------------------------------------
+Configuration Files:
+
+I1 The size of array parameters is specified by a integer number in the
+ param.ccl file. Why can't a parameter itself be used here?
+
==============================================================================
The Answers:
@@ -1225,3 +1231,11 @@ H1 I want to run an old parameter file, but none of the I/O parameters are
http://www.cactuscode.org/Development/Release/FixParametersForBETA13.pl
+------------------------------------------------------------------------------
+Configuration Files:
+
+I1 The size of array parameters is specified by a integer number in the
+ param.ccl file. Why can't a parameter itself be used here?
+
+ The size of the array has to be fixed at compile time to accomodate
+ the use of parameters in Fortran thorns.