summaryrefslogtreecommitdiff
path: root/lib/sbin/GridFuncStuff.pl
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-07-26 12:01:09 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-07-26 12:01:09 +0000
commite4005c458b71b00285c4d15f5557cc82787be810 (patch)
tree0426edcb67957e73872ba653186a9feb09ba9df7 /lib/sbin/GridFuncStuff.pl
parent0d52d6509f7cf5a18ce66de91d6b732c38769247 (diff)
*** empty log message ***
git-svn-id: http://svn.cactuscode.org/flesh/trunk@789 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/sbin/GridFuncStuff.pl')
-rw-r--r--lib/sbin/GridFuncStuff.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sbin/GridFuncStuff.pl b/lib/sbin/GridFuncStuff.pl
index 4a879415..a74f9dc2 100644
--- a/lib/sbin/GridFuncStuff.pl
+++ b/lib/sbin/GridFuncStuff.pl
@@ -760,7 +760,7 @@ sub CreateCArgumentList
{
if($arguments{$argument} =~ m:STORAGESIZE\(([^,]*),\s*(\d+):)
{
- $arglist .= "$sep"."(int *)(CCTK_STORAGESIZE(xGH, \"$1\",$2))";
+ $arglist .= "$sep"."(int *)(CCTK_STORAGESIZE(xGH, $2, \"$1\"))";
$sep = ",";
}
}