From 2ed204fbda3bd637e74f66af45b60c126d90cb26 Mon Sep 17 00:00:00 2001 From: eschnett Date: Tue, 11 Sep 2012 00:57:02 +0000 Subject: Use more readable variable names in CreateThornsHeaders git-svn-id: http://svn.cactuscode.org/flesh/trunk@4867 17b73243-c579-4c4c-a9d2-2d5706c11dac --- lib/sbin/CST | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/sbin') diff --git a/lib/sbin/CST b/lib/sbin/CST index 1c4fb6c9..cc19aa7c 100644 --- a/lib/sbin/CST +++ b/lib/sbin/CST @@ -517,8 +517,8 @@ sub CreateThornsHeaders # Ignore the main sources for the other headers - they may confuse next if ($thorn eq 'Cactus'); - $header1 .= "\"$1/$2\",\n"; - $header2 .= "#define \U$1_$2\E\n"; + $header1 .= "\"${arr}/${th}\",\n"; + $header2 .= "#define \U${arr}_${th}\E\n"; $nthorns++; } -- cgit v1.2.3