[cig-commits] commit: setting the operatorFeVariable build routine to call the fevariable build routine

Mercurial hg at geodynamics.org
Tue Mar 23 10:35:40 PDT 2010


changeset:   756:c8a1cc7c5822
branch:      1.4.x
user:        JohnMansour <john.mansour at maths.monash.edu.au>
date:        Thu Mar 04 09:07:36 2010 +1100
files:       Discretisation/src/OperatorFeVariable.c
description:
setting the operatorFeVariable build routine to call the fevariable build routine


diff -r 6c5c4bf67c5c -r c8a1cc7c5822 Discretisation/src/OperatorFeVariable.c
--- a/Discretisation/src/OperatorFeVariable.c	Tue Feb 16 15:41:47 2010 +1100
+++ b/Discretisation/src/OperatorFeVariable.c	Thu Mar 04 09:07:36 2010 +1100
@@ -332,7 +332,7 @@ void _OperatorFeVariable_Build( void* fe
 	Index						feVariable_I;
 	Stream*					errorStream = Journal_Register( Error_Type, (Name)self->type  );
 
-   _FieldVariable_Build( self, data );
+   _FeVariable_Build( self, data );
    
 	for ( feVariable_I = 0 ; feVariable_I < self->feVariableCount ; feVariable_I++ ) 
 		Stg_Component_Build( self->feVariableList[ feVariable_I ] , data, False );



More information about the CIG-COMMITS mailing list