[cig-commits] commit: Fixing this compile issue
Mercurial
hg at geodynamics.org
Mon Nov 24 11:30:16 PST 2008
changeset: 7:a42dcdfa443c
user: JulianGiordani
date: Mon May 21 04:11:40 2007 +0000
files: Weights/tests/plugins/testElementIntegral.c
description:
Fixing this compile issue
diff -r 1f2842ebe6dc -r a42dcdfa443c Weights/tests/plugins/testElementIntegral.c
--- a/Weights/tests/plugins/testElementIntegral.c Mon May 21 00:30:51 2007 +0000
+++ b/Weights/tests/plugins/testElementIntegral.c Mon May 21 04:11:40 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 463 2007-05-21 00:30:51Z LukeHodkinson $
+** $Id: testElementIntegral.c 464 2007-05-21 04:11:40Z JulianGiordani $
**
**~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@@ -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, data );
+ _Swarm_InitialiseParticles( materialSwarm );
_IntegrationPointsSwarm_UpdateHook( NULL, integrationSwarm );
More information about the CIG-COMMITS
mailing list