Index: sm/trunk/src/c/ModelProcessorx/SlopeCompute/CreateConstraintsBedSlopeCompute.cpp
===================================================================
--- /issm/trunk/src/c/ModelProcessorx/SlopeCompute/CreateConstraintsBedSlopeCompute.cpp	(revision 347)
+++ 	(revision )
@@ -1,31 +1,0 @@
-/*
- * CreateConstraintsBedSlopeCompute.c:
- */
-
-#undef __FUNCT__ 
-#define __FUNCT__ "CreateConstraintsBedSlopeCompute"
-
-#include "../../DataSet/DataSet.h"
-#include "../../toolkits/toolkits.h"
-#include "../../EnumDefinitions/EnumDefinitions.h"
-#include "../../objects/objects.h"
-#include "../../shared/shared.h"
-#include "../Model.h"
-
-
-void	CreateConstraintsBedSlopeCompute(DataSet** pconstraints, Model* model,ConstDataHandle model_handle){
-
-
-	DataSet* constraints = NULL;
-
-	/*Create constraints: */
-	constraints = new DataSet(ConstraintsEnum());
-
-	/*Now, is the flag isstokes on? otherwise, do nothing: */
-	if (!model->isstokes)goto cleanup_and_return;
-	
-	cleanup_and_return:	
-	
-	/*Assign output pointer: */
-	*pconstraints=constraints;
-}
Index: /issm/trunk/src/c/ModelProcessorx/SlopeCompute/CreateConstraintsSlopeCompute.cpp
===================================================================
--- /issm/trunk/src/c/ModelProcessorx/SlopeCompute/CreateConstraintsSlopeCompute.cpp	(revision 348)
+++ /issm/trunk/src/c/ModelProcessorx/SlopeCompute/CreateConstraintsSlopeCompute.cpp	(revision 348)
@@ -0,0 +1,31 @@
+/*
+ * CreateConstraintsBedSlopeCompute.c:
+ */
+
+#undef __FUNCT__ 
+#define __FUNCT__ "CreateConstraintsBedSlopeCompute"
+
+#include "../../DataSet/DataSet.h"
+#include "../../toolkits/toolkits.h"
+#include "../../EnumDefinitions/EnumDefinitions.h"
+#include "../../objects/objects.h"
+#include "../../shared/shared.h"
+#include "../Model.h"
+
+
+void	CreateConstraintsBedSlopeCompute(DataSet** pconstraints, Model* model,ConstDataHandle model_handle){
+
+
+	DataSet* constraints = NULL;
+
+	/*Create constraints: */
+	constraints = new DataSet(ConstraintsEnum());
+
+	/*Now, is the flag isstokes on? otherwise, do nothing: */
+	if (!model->isstokes)goto cleanup_and_return;
+	
+	cleanup_and_return:	
+	
+	/*Assign output pointer: */
+	*pconstraints=constraints;
+}
Index: sm/trunk/src/c/ModelProcessorx/SlopeCompute/CreateElementsNodesAndMaterialsBedSlopeCompute.cpp
===================================================================
--- /issm/trunk/src/c/ModelProcessorx/SlopeCompute/CreateElementsNodesAndMaterialsBedSlopeCompute.cpp	(revision 347)
+++ 	(revision )
@@ -1,39 +1,0 @@
-/*
- * CreateElementsNodesAndMaterialsBedSlopeCompute.c:
- */
-
-#undef __FUNCT__ 
-#define __FUNCT__ "CreateElementsNodesAndMaterialsBedSlopeCompute"
-
-#include "../../DataSet/DataSet.h"
-#include "../../toolkits/toolkits.h"
-#include "../../EnumDefinitions/EnumDefinitions.h"
-#include "../../objects/objects.h"
-#include "../../shared/shared.h"
-#include "../../MeshPartitionx/MeshPartitionx.h"
-#include "../Model.h"
-
-
-void	CreateElementsNodesAndMaterialsBedSlopeCompute(DataSet** pelements,DataSet** pnodes, DataSet** pmaterials, Model* model,ConstDataHandle model_handle){
-
-
-	/*DataSets: */
-	DataSet*    elements  = NULL;
-	DataSet*    nodes = NULL;
-	DataSet*    materials = NULL;
-	
-	/*First create the elements, nodes and material properties: */
-	elements  = new DataSet(ElementsEnum());
-	nodes     = new DataSet(NodesEnum());
-	materials = new DataSet(MaterialsEnum());
-
-	/*Now, is the flag isstokes on? otherwise, do nothing: */
-	if (!model->isstokes)goto cleanup_and_return;
-
-	cleanup_and_return:
-
-	/*Assign output pointer: */
-	*pelements=elements;
-	*pnodes=nodes;
-	*pmaterials=materials;
-}
Index: /issm/trunk/src/c/ModelProcessorx/SlopeCompute/CreateElementsNodesAndMaterialsSlopeCompute.cpp
===================================================================
--- /issm/trunk/src/c/ModelProcessorx/SlopeCompute/CreateElementsNodesAndMaterialsSlopeCompute.cpp	(revision 348)
+++ /issm/trunk/src/c/ModelProcessorx/SlopeCompute/CreateElementsNodesAndMaterialsSlopeCompute.cpp	(revision 348)
@@ -0,0 +1,39 @@
+/*
+ * CreateElementsNodesAndMaterialsBedSlopeCompute.c:
+ */
+
+#undef __FUNCT__ 
+#define __FUNCT__ "CreateElementsNodesAndMaterialsBedSlopeCompute"
+
+#include "../../DataSet/DataSet.h"
+#include "../../toolkits/toolkits.h"
+#include "../../EnumDefinitions/EnumDefinitions.h"
+#include "../../objects/objects.h"
+#include "../../shared/shared.h"
+#include "../../MeshPartitionx/MeshPartitionx.h"
+#include "../Model.h"
+
+
+void	CreateElementsNodesAndMaterialsBedSlopeCompute(DataSet** pelements,DataSet** pnodes, DataSet** pmaterials, Model* model,ConstDataHandle model_handle){
+
+
+	/*DataSets: */
+	DataSet*    elements  = NULL;
+	DataSet*    nodes = NULL;
+	DataSet*    materials = NULL;
+	
+	/*First create the elements, nodes and material properties: */
+	elements  = new DataSet(ElementsEnum());
+	nodes     = new DataSet(NodesEnum());
+	materials = new DataSet(MaterialsEnum());
+
+	/*Now, is the flag isstokes on? otherwise, do nothing: */
+	if (!model->isstokes)goto cleanup_and_return;
+
+	cleanup_and_return:
+
+	/*Assign output pointer: */
+	*pelements=elements;
+	*pnodes=nodes;
+	*pmaterials=materials;
+}
Index: sm/trunk/src/c/ModelProcessorx/SlopeCompute/CreateLoadsBedSlopeCompute.cpp
===================================================================
--- /issm/trunk/src/c/ModelProcessorx/SlopeCompute/CreateLoadsBedSlopeCompute.cpp	(revision 347)
+++ 	(revision )
@@ -1,33 +1,0 @@
-/*! \file CreateLoadsBedSlopeCompute.c:
- */
-
-#undef __FUNCT__ 
-#define __FUNCT__ "CreateLoadsBedSlopeCompute"
-
-#include "../../DataSet/DataSet.h"
-#include "../../toolkits/toolkits.h"
-#include "../../EnumDefinitions/EnumDefinitions.h"
-#include "../../objects/objects.h"
-#include "../../shared/shared.h"
-#include "../../include/macros.h"
-#include "../Model.h"
-
-
-void	CreateLoadsBedSlopeCompute(DataSet** ploads, Model* model,ConstDataHandle model_handle){
-
-	DataSet*    loads    = NULL;
-
-	/*Create loads: */
-	loads   = new DataSet(LoadsEnum());
-
-	/*Now, is the flag isstokes on? otherwise, do nothing: */
-	if (!model->isstokes)goto cleanup_and_return;
-
-	cleanup_and_return:
-	
-	/*Assign output pointer: */
-	*ploads=loads;
-
-}
-
-
Index: /issm/trunk/src/c/ModelProcessorx/SlopeCompute/CreateLoadsSlopeCompute.cpp
===================================================================
--- /issm/trunk/src/c/ModelProcessorx/SlopeCompute/CreateLoadsSlopeCompute.cpp	(revision 348)
+++ /issm/trunk/src/c/ModelProcessorx/SlopeCompute/CreateLoadsSlopeCompute.cpp	(revision 348)
@@ -0,0 +1,33 @@
+/*! \file CreateLoadsBedSlopeCompute.c:
+ */
+
+#undef __FUNCT__ 
+#define __FUNCT__ "CreateLoadsBedSlopeCompute"
+
+#include "../../DataSet/DataSet.h"
+#include "../../toolkits/toolkits.h"
+#include "../../EnumDefinitions/EnumDefinitions.h"
+#include "../../objects/objects.h"
+#include "../../shared/shared.h"
+#include "../../include/macros.h"
+#include "../Model.h"
+
+
+void	CreateLoadsBedSlopeCompute(DataSet** ploads, Model* model,ConstDataHandle model_handle){
+
+	DataSet*    loads    = NULL;
+
+	/*Create loads: */
+	loads   = new DataSet(LoadsEnum());
+
+	/*Now, is the flag isstokes on? otherwise, do nothing: */
+	if (!model->isstokes)goto cleanup_and_return;
+
+	cleanup_and_return:
+	
+	/*Assign output pointer: */
+	*ploads=loads;
+
+}
+
+
