aboutsummaryrefslogtreecommitdiff
path: root/src/Startup.c
diff options
context:
space:
mode:
authorgoodale <goodale@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-01-27 23:19:59 +0000
committergoodale <goodale@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-01-27 23:19:59 +0000
commit3aa37af3c2186fae78174580edf400b778cf0ebf (patch)
treedf671e439aff4fbe0d38b9aa20ed7d27c8cfc654 /src/Startup.c
parente3faa69c4a9e794e80dc27b6c51b6a91d23643be (diff)
Updated PUGH for the new ScheduleTraverseGH stuff.
Fixed a bug where SetupPGH was called with too few arguments. Moved some prototypes into pugh.h to ensure consistency between files. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@155 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'src/Startup.c')
-rw-r--r--src/Startup.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Startup.c b/src/Startup.c
index 3835a45..d33ba46 100644
--- a/src/Startup.c
+++ b/src/Startup.c
@@ -50,6 +50,8 @@ int pugh_Startup(void)
CCTK_RegisterGHExtensionrfrTraverseGH(PUGH_GHExtension, pugh_rfrTraverseGH);
+ CCTK_RegisterGHExtensionScheduleTraverseGH(PUGH_GHExtension, pugh_ScheduleTraverseGH);
+
/* Overload some functions */
CCTK_OverloadSyncGroup(pugh_SyncGroup);
CCTK_OverloadEnableGroupStorage(pugh_EnableGroupStorage);