Index: /issm/trunk/src/c/shared/Numerics/GaussPoints.cpp
===================================================================
--- /issm/trunk/src/c/shared/Numerics/GaussPoints.cpp	(revision 5743)
+++ /issm/trunk/src/c/shared/Numerics/GaussPoints.cpp	(revision 5744)
@@ -1729,8 +1729,2 @@
 	
 }/*}}}1*/
-/*FUNCTION gaussSegment{{{1*/
-void gaussSegment(double** psegment_coord,double** pgauss_weights,int num_gauss){
-	/* gaussSegment*/
-
-	GaussLegendreLinear(psegment_coord,pgauss_weights,num_gauss);
-}/*}}}1*/
Index: /issm/trunk/src/c/shared/Numerics/GaussPoints.h
===================================================================
--- /issm/trunk/src/c/shared/Numerics/GaussPoints.h	(revision 5743)
+++ /issm/trunk/src/c/shared/Numerics/GaussPoints.h	(revision 5744)
@@ -6,11 +6,11 @@
 #define _GAUSSPOINTS_H
 
-#define    MAX_LINE_GAUS_PTS    4
+#define MAX_LINE_GAUS_PTS    4
 void GaussLegendreLinear( double** pxgaus, double** pxwgt, int ngaus ); 
-#define    MAX_TRIA_SYM_ORD    20
+#define MAX_TRIA_SYM_ORD    20
 void GaussLegendreTria( int* pngaus, double** pl1, double** pl2, double** pl3, double** pwgt, int iord );
-#define    MAX_TETRA_SYM_ORD    6
+#define MAX_TETRA_SYM_ORD    6
 void GaussLegendreTetra( int* pngaus, double** pl1, double** pl2, double** pl3, double** pl4, double** pwgt, int iord );
-#define    MAX_LINE_GLOB_PTS    5
+#define MAX_LINE_GLOB_PTS    5
 void GaussLobatto( double** pxgaus, double** pxwgt, int ngaus ); 
 #define MAX_GAUS_ITER   30
@@ -20,5 +20,4 @@
 void gaussHexa( double** pxgaus, double** pxwgt, double** pegaus, double** pewgt, double** pzgaus, double** pzwgt, int nigaus, int njgaus, int nkgaus );
 void gaussPenta( int* pngaus, double** pl1, double** pl2, double** pl3, double** pwgt, double** pzgaus, double** pzwgt, int iord, int nkgaus );
-void gaussSegment(double** psegment_coord,double** pgauss_weights,int num_gauss);
 
 #endif
