[cig-commits] commit:

Mercurial hg at geodynamics.org
Mon Nov 24 11:58:43 PST 2008


changeset:   77:3fb6b198f2e8
user:        SteveQuenette
date:        Fri Apr 18 00:30:40 2008 +0000
files:       Swarm/tests/testSwarmParticleAdvection.c Swarm/tests/testSwarmParticleShadowSync.c
description:
updated to change in ModulesManager_Load interface. thanks johnM


diff -r 83387f8dab1e -r 3fb6b198f2e8 Swarm/tests/testSwarmParticleAdvection.c
--- a/Swarm/tests/testSwarmParticleAdvection.c	Thu Apr 17 04:49:28 2008 +0000
+++ b/Swarm/tests/testSwarmParticleAdvection.c	Fri Apr 18 00:30:40 2008 +0000
@@ -168,7 +168,7 @@ int main( int argc, char* argv[] ) {
 	cf = context->CF = Stg_ComponentFactory_New( dictionary, componentDict, context->register_Register );
 
 	LiveComponentRegister_Add( cf->LCRegister, (Stg_Component*) context );
-	ModulesManager_Load( context->plugins, context, dictionary );
+	ModulesManager_Load( context->plugins, dictionary );
 
 	extensionMgr_Register = ExtensionManager_Register_New();
 	swarmVariable_Register = SwarmVariable_Register_New( NULL );
diff -r 83387f8dab1e -r 3fb6b198f2e8 Swarm/tests/testSwarmParticleShadowSync.c
--- a/Swarm/tests/testSwarmParticleShadowSync.c	Thu Apr 17 04:49:28 2008 +0000
+++ b/Swarm/tests/testSwarmParticleShadowSync.c	Fri Apr 18 00:30:40 2008 +0000
@@ -166,7 +166,7 @@ int main( int argc, char* argv[] ) {
 	cf = context->CF = Stg_ComponentFactory_New( dictionary, componentDict, context->register_Register );
 
 	LiveComponentRegister_Add( cf->LCRegister, (Stg_Component*) context );
-	ModulesManager_Load( context->plugins, context, dictionary );
+	ModulesManager_Load( context->plugins, dictionary );
 
 	extensionMgr_Register = ExtensionManager_Register_New();
 	swarmVariable_Register = SwarmVariable_Register_New( NULL );



More information about the CIG-COMMITS mailing list