aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorallen <allen@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2000-01-25 10:11:25 +0000
committerallen <allen@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2000-01-25 10:11:25 +0000
commit6399c22197ebde00022a582c4e9734d8211abef5 (patch)
tree01e83598a46b12a2fe215d33f40a4e4d09bcccc1 /src
parent400e340a12e6019f91ded50e5ba1791ee04edda0 (diff)
CCTK function name changes
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@79 ebee0441-1374-4afa-a3b5-247f3ba15b9a
Diffstat (limited to 'src')
-rw-r--r--src/RecoverGH.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/RecoverGH.c b/src/RecoverGH.c
index 0412379..2edfbce 100644
--- a/src/RecoverGH.c
+++ b/src/RecoverGH.c
@@ -458,7 +458,7 @@ static int IOFlexIO_restoreParams (IOFile ifp)
if (CCTK_IsImplementationActive (impl)) {
if (verbose)
printf ("Restoring parameter '%s' to '%s'\n" , param, value);
- if (ParameterSet (name, CCTK_ImplementationThorn (impl), value))
+ if (CCTK_ParameterSet (name, CCTK_ImplementationThorn (impl), value))
CCTK_VWarn (2, __LINE__, __FILE__, CCTK_THORNSTRING,
"Couldn't set parameter '%s' to '%s'", param, value);
}