[cig-commits] commit: changes to the value at particle function. wasn't getting the proper particle index before

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


changeset:   50:59d3303bc00d
user:        DavidLee
date:        Sun Oct 14 01:38:02 2007 +0000
files:       MaterialPoints/src/SwarmVariableField.c
description:
changes to the value at particle function. wasn't getting the proper particle index before


diff -r ee71f3255480 -r 59d3303bc00d MaterialPoints/src/SwarmVariableField.c
--- a/MaterialPoints/src/SwarmVariableField.c	Sun Oct 14 01:37:07 2007 +0000
+++ b/MaterialPoints/src/SwarmVariableField.c	Sun Oct 14 01:38:02 2007 +0000
@@ -262,12 +262,10 @@ void _SwarmVariableField_ValueAtParticle
 void _SwarmVariableField_ValueAtParticle( void* swarmVariableField, 
 					  IntegrationPointsSwarm* swarm, 
 					  Element_LocalIndex lElement_I, 
-					  /*Particle_Index lParticle_I, */
 					  IntegrationPoint* particle,
 					  double* value ) 
 {
 	SwarmVariableField*	self            = (SwarmVariableField*)swarmVariableField;
-	//MaterialPoint*		matParticle;
 	GlobalParticle*		matParticle;
 	double			distance;
 	Cell_Index		cell_I;



More information about the CIG-COMMITS mailing list