From c014db57ba451be97dfae979367c966e80339763 Mon Sep 17 00:00:00 2001 From: tradke Date: Fri, 10 Aug 2001 23:45:20 +0000 Subject: Fixed bug in parsing parameters. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@50 bfcf8e34-485d-4d46-a995-1fd6fa6fb178 --- src/IsoSurfacerInit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/IsoSurfacerInit.c b/src/IsoSurfacerInit.c index 5b34c91..7fb1981 100644 --- a/src/IsoSurfacerInit.c +++ b/src/IsoSurfacerInit.c @@ -85,7 +85,7 @@ int IsoSurfacer_InitGH (cGH *GH){ for(i=0,n=CCTK_NumVars();ifuncName=fullname; + myGH->funcName=strdup (fullname); /* Maybe even set the GF here ? */ free(fullname); } -- cgit v1.2.3