Index: /issm/trunk/src/c/ModelProcessorx/Melting/CreateElementsNodesAndMaterialsMelting.cpp
===================================================================
--- /issm/trunk/src/c/ModelProcessorx/Melting/CreateElementsNodesAndMaterialsMelting.cpp	(revision 720)
+++ /issm/trunk/src/c/ModelProcessorx/Melting/CreateElementsNodesAndMaterialsMelting.cpp	(revision 721)
@@ -129,12 +129,7 @@
 	materials = new DataSet(MaterialsEnum());
 
-
-	/*Now, is the flag macayaealpattyn on? otherwise, do nothing: */
-	if (!model->ismacayealpattyn)goto cleanup_and_return;
-
 	/*Get analysis_type: */
 	analysis_type=AnalysisTypeAsEnum(model->analysis_type);
 	sub_analysis_type=AnalysisTypeAsEnum(model->sub_analysis_type);
-
 	
 	/*Width of elements: */
@@ -475,5 +470,4 @@
 	xfree((void**)&model->gridonsurface);
 	xfree((void**)&model->uppernodes);
-		
 
 	/*Keep partitioning information into model*/
@@ -495,4 +489,3 @@
 	*pnodes=nodes;
 	*pmaterials=materials;
-
 }
Index: /issm/trunk/src/c/ModelProcessorx/Thermal/CreateElementsNodesAndMaterialsThermal.cpp
===================================================================
--- /issm/trunk/src/c/ModelProcessorx/Thermal/CreateElementsNodesAndMaterialsThermal.cpp	(revision 720)
+++ /issm/trunk/src/c/ModelProcessorx/Thermal/CreateElementsNodesAndMaterialsThermal.cpp	(revision 721)
@@ -388,5 +388,4 @@
 	ModelFetchData((void**)&model->gridonsurface,NULL,NULL,model_handle,"gridonsurface","Matrix","Mat");
 
-
 	/*Get number of dofs per node: */
 	DistributeNumDofs(&node_numdofs,analysis_type,sub_analysis_type);
@@ -399,6 +398,4 @@
 
 		node_id=i+1; //matlab indexing
-			
-		
 		
 		#ifdef _PARALLEL_
@@ -413,9 +410,7 @@
 		#endif
 
-
 		node_x[0]=model->x[i];
 		node_x[1]=model->y[i];
 		node_x[2]=model->z[i];
-
 		
 		node_onbed=(int)model->gridonbed[i];
