summaryrefslogtreecommitdiff
path: root/lib/sbin/create_fortran_stuff.pl
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-09-21 11:16:53 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-09-21 11:16:53 +0000
commita76728d5a6c6dd92ca9c75a1d2553bd5f069e108 (patch)
treef36201e1c9fa71ff3254879fafaff39399bdd414 /lib/sbin/create_fortran_stuff.pl
parentcf0e4ca943ab6021458caf6932b04d8ec154c35d (diff)
Runtest now:
Tells you which parameter files failed Gives you a command line before the test is run that you can copy and paste to run the test interactively, without editing as before. git-svn-id: http://svn.cactuscode.org/flesh/trunk@976 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/sbin/create_fortran_stuff.pl')
-rw-r--r--lib/sbin/create_fortran_stuff.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sbin/create_fortran_stuff.pl b/lib/sbin/create_fortran_stuff.pl
index 9677e3aa..7517f9ef 100644
--- a/lib/sbin/create_fortran_stuff.pl
+++ b/lib/sbin/create_fortran_stuff.pl
@@ -187,7 +187,7 @@ sub get_fortran_type_string
{
$type_string = "CCTK_STRING ";
}
- elsif($type eq "LOGICAL" ||
+ elsif($type eq "BOOLEAN" ||
$type eq "INT")
{
$type_string = "CCTK_INT";