From aea5b998387a2affaa38e73ed30c45750d2ccdac Mon Sep 17 00:00:00 2001 From: tradke Date: Mon, 17 Feb 2003 09:26:13 +0000 Subject: The GH->data pointer wasn't set by PUGHi_EnableScalarGroupStorage(). This closes PR CactusPUGH/1381. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@406 b61c5cb5-eaca-4651-9a7a-d64986f99364 --- src/Storage.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Storage.c b/src/Storage.c index 4060546..b97da14 100644 --- a/src/Storage.c +++ b/src/Storage.c @@ -1587,6 +1587,9 @@ static int PUGHi_EnableScalarGroupStorage (pGH *pughGH, retval++; } } + + /* set the variable's data pointer in the cGH structure */ + ((cGH *) pughGH->callerid)->data[variable+first_var][level] = temp; } } -- cgit v1.2.3