aboutsummaryrefslogtreecommitdiff
path: root/src/Startup.c
diff options
context:
space:
mode:
authorgoodale <goodale@b61c5cb5-eaca-4651-9a7a-d64986f99364>2002-04-16 17:26:55 +0000
committergoodale <goodale@b61c5cb5-eaca-4651-9a7a-d64986f99364>2002-04-16 17:26:55 +0000
commit1e49bf834044cdb29fd064b93ac8035319d6d1c4 (patch)
tree463deda9692975015c22a63ba90683313eaaebde /src/Startup.c
parenteca53bf94c5659485aa8bcfeecc37549c516e515 (diff)
Changing so that the number of timelevels enabled isn't necessarily
the maximum. Now overloads the CCTK_GroupStorageIncrease/Decrease functions and only rotates the levels with storage. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@375 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'src/Startup.c')
-rw-r--r--src/Startup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Startup.c b/src/Startup.c
index 31869a4..e7e1566 100644
--- a/src/Startup.c
+++ b/src/Startup.c
@@ -61,11 +61,11 @@ int PUGH_Startup(void)
}
if (overloadenablegroupstorage)
{
- CCTK_OverloadEnableGroupStorage(PUGH_EnableGroupStorage);
+ CCTK_OverloadGroupStorageIncrease(PUGH_GroupStorageIncrease);
}
if (overloaddisablegroupstorage)
{
- CCTK_OverloadDisableGroupStorage(PUGH_DisableGroupStorage);
+ CCTK_OverloadGroupStorageDecrease(PUGH_GroupStorageDecrease);
}
if (overloadenablegroupcomm)
{