[cig-commits] commit: Changed the standard names testElementIntegral.c looks for swarms

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


changeset:   27:a33265e6fc21
user:        PatrickSunter
date:        Thu Jun 28 05:59:08 2007 +0000
files:       Weights/tests/plugins/testElementIntegral.c
description:
Changed the standard names testElementIntegral.c looks for swarms
under to be more sensible.


diff -r 3fc24c44a2c8 -r a33265e6fc21 Weights/tests/plugins/testElementIntegral.c
--- a/Weights/tests/plugins/testElementIntegral.c	Thu Jun 28 05:57:43 2007 +0000
+++ b/Weights/tests/plugins/testElementIntegral.c	Thu Jun 28 05:59:08 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 476 2007-06-27 00:32:30Z DavidLee $
+** $Id: testElementIntegral.c 485 2007-06-28 05:59:08Z PatrickSunter $
 **
 **~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
 
@@ -146,9 +146,9 @@ void testElementIntegral_CompareAgainstR
 
 
 void PICellerator_testElementIntegral( DiscretisationContext* context ) {
-	Swarm*              integrationSwarm = (Swarm*)LiveComponentRegister_Get( context->CF->LCRegister, "swarm" );
-	Swarm*              materialSwarm    = (Swarm*)LiveComponentRegister_Get( context->CF->LCRegister, "picIntegrationPoints" );
-	FeMesh* mesh             = (FeMesh*) LiveComponentRegister_Get( context->CF->LCRegister, "mesh-linear" );
+	Swarm*              integrationSwarm = (Swarm*)LiveComponentRegister_Get( context->CF->LCRegister, "integrationSwarm" );
+	Swarm*              materialSwarm    = (Swarm*)LiveComponentRegister_Get( context->CF->LCRegister, "materialPoints" );
+	FeMesh* mesh             = (FeMesh*) LiveComponentRegister_Get( context->CF->LCRegister, "linearMesh" );
 	WeightsCalculator*  weights          = (WeightsCalculator*) LiveComponentRegister_Get( context->CF->LCRegister, "weights" );
 	FeVariable*         feVariable;
 	Element_LocalIndex  lElement_I       = 0;



More information about the CIG-COMMITS mailing list