[cig-commits] commit: Make it compile with debugging

Mercurial hg at geodynamics.org
Mon Feb 1 15:31:59 PST 2010


changeset:   384:f689df373a27
user:        Walter Landry <wlandry at caltech.edu>
date:        Tue Jan 26 12:39:41 2010 -0800
files:       Utils/src/HydrostaticTerm.c
description:
Make it compile with debugging


diff -r 6bb6fc582835 -r f689df373a27 Utils/src/HydrostaticTerm.c
--- a/Utils/src/HydrostaticTerm.c	Tue Jan 26 10:57:04 2010 -0800
+++ b/Utils/src/HydrostaticTerm.c	Tue Jan 26 12:39:41 2010 -0800
@@ -103,7 +103,7 @@ HydrostaticTerm* _HydrostaticTerm_New( H
   HydrostaticTerm* self;
   
   /* Allocate memory */
-  assert( sizeOfSelf >= sizeof(HydrostaticTerm) );
+  assert( _sizeOfSelf >= sizeof(HydrostaticTerm) );
   self = (HydrostaticTerm*)_Stg_Component_New(STG_COMPONENT_PASSARGS);
 
   return self;



More information about the CIG-COMMITS mailing list