aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Storage.c3
1 files changed, 3 insertions, 0 deletions
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;
}
}