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

Mercurial hg at geodynamics.org
Mon Nov 24 11:30:17 PST 2008


changeset:   9:2bd8ec9f0d26
user:        LukeHodkinson
date:        Tue May 22 04:27:01 2007 +0000
files:       Weights/tests/plugins/testElementIntegral.c
description:
Fixing for reverted particle stuff.


diff -r a8fb326fecca -r 2bd8ec9f0d26 Weights/tests/plugins/testElementIntegral.c
--- a/Weights/tests/plugins/testElementIntegral.c	Mon May 21 22:08:05 2007 +0000
+++ b/Weights/tests/plugins/testElementIntegral.c	Tue May 22 04:27:01 2007 +0000
@@ -38,7 +38,7 @@
 **  License along with this library; if not, write to the Free Software
 **  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 **
-** $Id: testElementIntegral.c 464 2007-05-21 04:11:40Z JulianGiordani $
+** $Id: testElementIntegral.c 466 2007-05-22 04:27:01Z LukeHodkinson $
 **
 **~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
 
@@ -220,7 +220,7 @@ void PICellerator_testElementIntegral( D
 	for ( loop_I = 0 ; loop_I < count ; loop_I++ ) {
 		/* Layout Particles */
 		Swarm_Random_Seed( (long) loop_I );
-		_Swarm_InitialiseParticles( materialSwarm );
+		_Swarm_InitialiseParticles( materialSwarm, data );
 
 		_IntegrationPointsSwarm_UpdateHook( NULL, integrationSwarm );
 		



More information about the CIG-COMMITS mailing list