[cig-commits] commit: Removed a reference to the 'Build' macro.

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


changeset:   14:0ccb5103def5
user:        LukeHodkinson
date:        Thu Jun 07 05:47:49 2007 +0000
files:       MaterialPoints/src/MaterialFeVariable.c
description:
Removed a reference to the 'Build' macro.


diff -r a9af52ef1a30 -r 0ccb5103def5 MaterialPoints/src/MaterialFeVariable.c
--- a/MaterialPoints/src/MaterialFeVariable.c	Sun May 27 23:21:35 2007 +0000
+++ b/MaterialPoints/src/MaterialFeVariable.c	Thu Jun 07 05:47:49 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: MaterialFeVariable.c 462 2007-05-16 01:13:21Z LukeHodkinson $
+** $Id: MaterialFeVariable.c 472 2007-06-07 05:47:49Z LukeHodkinson $
 **
 **~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
 
@@ -193,7 +193,7 @@ void _MaterialFeVariable_Build( void* ma
 	Name tmpName;
 	Variable_Register* variable_Register = NULL;
 
-	Build( self->feMesh, data, False );
+	Stg_Component_Build( self->feMesh, data, False );
 
 	/* Create Dof Layout */
 	swarm = self->picIntegrationPoints;



More information about the CIG-COMMITS mailing list