Index: /issm/trunk/src/c/objects/Elements/Penta.cpp
===================================================================
--- /issm/trunk/src/c/objects/Elements/Penta.cpp	(revision 4401)
+++ /issm/trunk/src/c/objects/Elements/Penta.cpp	(revision 4402)
@@ -691,5 +691,5 @@
 	}
 	else if (analysis_type==BedSlopeXAnalysisEnum || analysis_type==SurfaceSlopeXAnalysisEnum || analysis_type==BedSlopeYAnalysisEnum || analysis_type==SurfaceSlopeYAnalysisEnum){
-		CreateKMatrixSlopeCompute( Kgg);
+		CreateKMatrixSlope( Kgg);
 	}
 	else if (analysis_type==PrognosticAnalysisEnum){
@@ -741,5 +741,5 @@
 	}
 	else if (analysis_type==BedSlopeXAnalysisEnum || analysis_type==SurfaceSlopeXAnalysisEnum || analysis_type==BedSlopeYAnalysisEnum || analysis_type==SurfaceSlopeYAnalysisEnum){
-		CreatePVectorSlopeCompute( pg);
+		CreatePVectorSlope( pg);
 	}
 	else if (analysis_type==PrognosticAnalysisEnum){
@@ -3204,7 +3204,7 @@
 }
 /*}}}*/
-/*FUNCTION Penta::CreateKMatrixSlopeCompute {{{1*/
-
-void  Penta::CreateKMatrixSlopeCompute(Mat Kgg){
+/*FUNCTION Penta::CreateKMatrixSlope {{{1*/
+
+void  Penta::CreateKMatrixSlope(Mat Kgg){
 
 	/*Collapsed formulation: */
@@ -4108,7 +4108,7 @@
 }
 /*}}}*/
-/*FUNCTION Penta::CreatePVectorSlopeCompute {{{1*/
-
-void Penta::CreatePVectorSlopeCompute( Vec pg){
+/*FUNCTION Penta::CreatePVectorSlope {{{1*/
+
+void Penta::CreatePVectorSlope( Vec pg){
 
 	/*Collapsed formulation: */
Index: /issm/trunk/src/c/objects/Elements/Penta.h
===================================================================
--- /issm/trunk/src/c/objects/Elements/Penta.h	(revision 4401)
+++ /issm/trunk/src/c/objects/Elements/Penta.h	(revision 4402)
@@ -120,5 +120,5 @@
 		void	  CreateKMatrixMelting(Mat Kggg);
 		void	  CreateKMatrixPrognostic(Mat Kggg);
-		void	  CreateKMatrixSlopeCompute(Mat Kggg);
+		void	  CreateKMatrixSlope(Mat Kggg);
 		void	  CreateKMatrixThermal(Mat Kggg);
 		void	  CreatePVectorBalancedthickness( Vec pg);
@@ -130,5 +130,5 @@
 		void	  CreatePVectorMelting( Vec pg);
 		void	  CreatePVectorPrognostic( Vec pg);
-		void	  CreatePVectorSlopeCompute( Vec pg);
+		void	  CreatePVectorSlope( Vec pg);
 		void	  CreatePVectorThermal( Vec pg);
 		double*   GaussFromNode(Node* node);
Index: /issm/trunk/src/c/objects/Elements/Tria.cpp
===================================================================
--- /issm/trunk/src/c/objects/Elements/Tria.cpp	(revision 4401)
+++ /issm/trunk/src/c/objects/Elements/Tria.cpp	(revision 4402)
@@ -625,5 +625,5 @@
 	}
 	else if (analysis_type==BedSlopeXAnalysisEnum || analysis_type==SurfaceSlopeXAnalysisEnum || analysis_type==BedSlopeYAnalysisEnum || analysis_type==SurfaceSlopeYAnalysisEnum){
-		CreateKMatrixSlopeCompute( Kgg);
+		CreateKMatrixSlope( Kgg);
 	}
 	else if (analysis_type==PrognosticAnalysisEnum){
@@ -672,5 +672,5 @@
 	}
 	else if (analysis_type==BedSlopeXAnalysisEnum || analysis_type==SurfaceSlopeXAnalysisEnum || analysis_type==BedSlopeYAnalysisEnum || analysis_type==SurfaceSlopeYAnalysisEnum){
-		CreatePVectorSlopeCompute( pg);
+		CreatePVectorSlope( pg);
 	}
 	else if (analysis_type==PrognosticAnalysisEnum){
@@ -3565,7 +3565,7 @@
 }
 /*}}}*/
-/*FUNCTION Tria::CreateKMatrixSlopeCompute {{{1*/
-
-void  Tria::CreateKMatrixSlopeCompute(Mat Kgg){
+/*FUNCTION Tria::CreateKMatrixSlope {{{1*/
+
+void  Tria::CreateKMatrixSlope(Mat Kgg){
 
 	/* local declarations */
@@ -4368,7 +4368,6 @@
 }
 /*}}}*/
-/*FUNCTION Tria::CreatePVectorSlopeCompute {{{1*/
-
-void Tria::CreatePVectorSlopeCompute( Vec pg){
+/*FUNCTION Tria::CreatePVectorSlope {{{1*/
+void Tria::CreatePVectorSlope( Vec pg){
 
 	int             i,j;
Index: /issm/trunk/src/c/objects/Elements/Tria.h
===================================================================
--- /issm/trunk/src/c/objects/Elements/Tria.h	(revision 4401)
+++ /issm/trunk/src/c/objects/Elements/Tria.h	(revision 4402)
@@ -119,5 +119,5 @@
 		void	  CreateKMatrixPrognostic(Mat Kgg);
 		void	  CreateKMatrixPrognostic2(Mat Kgg);
-		void	  CreateKMatrixSlopeCompute(Mat Kgg);
+		void	  CreateKMatrixSlope(Mat Kgg);
 		void	  CreateKMatrixThermal(Mat Kgg);
 		void	  CreatePVectorBalancedthickness(Vec pg);
@@ -129,5 +129,5 @@
 		void	  CreatePVectorPrognostic(Vec pg);
 		void	  CreatePVectorPrognostic2(Vec pg);
-		void	  CreatePVectorSlopeCompute( Vec pg);
+		void	  CreatePVectorSlope( Vec pg);
 		void	  CreatePVectorThermalSheet( Vec pg);
 		void	  CreatePVectorThermalShelf( Vec pg);
Index: /issm/trunk/src/c/objects/FemModel.cpp
===================================================================
--- /issm/trunk/src/c/objects/FemModel.cpp	(revision 4401)
+++ /issm/trunk/src/c/objects/FemModel.cpp	(revision 4402)
@@ -149,5 +149,5 @@
 	 * analysis_type to drive the element numerics. This allows for use of 1 configuration_type for several 
 	 * analyses. For example: do a SurfaceSlopeX, SurfaceSlopeY, BedSlopeX and BedSlopeY analysis using the 
-	 * SlopeCompute configuration.*/
+	 * Slope configuration.*/
 
 	int found=-1;
