[cig-commits] commit: More fixes for reverted particle stuff.

Mercurial hg at geodynamics.org
Mon Nov 24 11:28:49 PST 2008


changeset:   10:e8660cfc8a76
user:        LukeHodkinson
date:        Tue May 22 04:28:39 2007 +0000
files:       plugins/lucPlugin/lucPlugin.c
description:
More fixes for reverted particle stuff.


diff -r cc120fc163d4 -r e8660cfc8a76 plugins/lucPlugin/lucPlugin.c
--- a/plugins/lucPlugin/lucPlugin.c	Tue May 22 03:17:41 2007 +0000
+++ b/plugins/lucPlugin/lucPlugin.c	Tue May 22 04:28:39 2007 +0000
@@ -39,7 +39,7 @@
 *+		Patrick Sunter
 *+		Greg Watson
 *+
-** $Id: lucPlugin.c 692 2007-05-21 04:55:10Z JulianGiordani $
+** $Id: lucPlugin.c 695 2007-05-22 04:28:39Z LukeHodkinson $
 ** 
 **~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
 
@@ -142,8 +142,8 @@ void lucPlugin_VisualOnlyRun( Context* _
 					Memory_Free( swarm->cellParticleSizeTbl );
 					Memory_Free( swarm->cellParticleTbl );
 					ExtensionManager_Free( swarm->particleExtensionMgr, swarm->particles );
-					_Swarm_BuildParticles( swarm );
-					_Swarm_InitialiseParticles( swarm );
+					_Swarm_BuildParticles( swarm, context );
+					_Swarm_InitialiseParticles( swarm, context );
 				}
 			}	
 



More information about the CIG-COMMITS mailing list