From 8d3b486c25adeac68ab8904db2a205720edf8a00 Mon Sep 17 00:00:00 2001 From: tradke Date: Thu, 29 Jul 1999 16:59:51 +0000 Subject: Option -O now gives at least some dummy output. git-svn-id: http://svn.cactuscode.org/flesh/trunk@816 17b73243-c579-4c4c-a9d2-2d5706c11dac --- lib/sbin/create_c_stuff.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/sbin/create_c_stuff.pl') diff --git a/lib/sbin/create_c_stuff.pl b/lib/sbin/create_c_stuff.pl index 247c5150..08eaac59 100644 --- a/lib/sbin/create_c_stuff.pl +++ b/lib/sbin/create_c_stuff.pl @@ -569,7 +569,7 @@ sub help_parameter_code $type = $parameter_database{"\U$implementation $parameter\E type"}; - push(@lines,(" if(CCTK_Equals(param, \"$parameter\"))", " {")); + push(@lines,(" if(param == NULL || CCTK_Equals(param, \"$parameter\"))", " {")); push(@lines, " printf(\"Help asked for parameter: $implementation\::$parameter.\\n\");"); push(@lines, ($line, " }")); -- cgit v1.2.3