[cig-commits] commit:

Mercurial hg at geodynamics.org
Mon Nov 24 11:58:42 PST 2008


changeset:   75:83c29edca702
user:        SteveQuenette
date:        Thu Apr 17 02:16:09 2008 +0000
files:       Shape/src/PythonShape.c Shape/src/PythonShape.h
description:
missing changes to prototypes name Stg_Shape_DistanceFromCenterAxis to Stg_Shape_DistanceFromCenterAxisFunction


diff -r 4e4d36e191b1 -r 83c29edca702 Shape/src/PythonShape.c
--- a/Shape/src/PythonShape.c	Wed Apr 16 05:36:54 2008 +0000
+++ b/Shape/src/PythonShape.c	Thu Apr 17 02:16:09 2008 +0000
@@ -89,7 +89,7 @@ PythonShape* _PythonShape_New(
 		Stg_Component_DestroyFunction*        _destroy,		
 		Stg_Shape_IsCoordInsideFunction*      _isCoordInside,
 		Stg_Shape_CalculateVolumeFunction*    _calculateVolume,
-		Stg_Shape_DistanceFromCenterAxis*     _distanceFromCenterAxis,
+		Stg_Shape_DistanceFromCenterAxisFunction*     _distanceFromCenterAxis,
 		Name                                  name )
 {
 	PythonShape* self;
diff -r 4e4d36e191b1 -r 83c29edca702 Shape/src/PythonShape.h
--- a/Shape/src/PythonShape.h	Wed Apr 16 05:36:54 2008 +0000
+++ b/Shape/src/PythonShape.h	Thu Apr 17 02:16:09 2008 +0000
@@ -81,7 +81,7 @@
 		Stg_Component_DestroyFunction*        _destroy,		
 		Stg_Shape_IsCoordInsideFunction*      _isCoordInside,
 		Stg_Shape_CalculateVolumeFunction*    _calculateVolume,
-		Stg_Shape_DistanceFromCenterAxis*     _distanceFromCenterAxis,
+		Stg_Shape_DistanceFromCenterAxisFunction*     _distanceFromCenterAxis,
 		Name                                  name );
 	
 	void _PythonShape_Init( void* pythonShape, char* conditionFunction ) ;



More information about the CIG-COMMITS mailing list