Index: /issm/trunk/src/c/objects/Loads/Icefront.cpp
===================================================================
--- /issm/trunk/src/c/objects/Loads/Icefront.cpp	(revision 5712)
+++ /issm/trunk/src/c/objects/Loads/Icefront.cpp	(revision 5713)
@@ -47,5 +47,5 @@
 	int  icefront_eid;
 	int  icefront_mparid;
-	int  icefront_node_ids[MAX_ICEFRONT_GRIDS];
+	int  icefront_node_ids[NUMVERTICESQUA]; //initialize with largest size
 	int  icefront_fill;
 
Index: /issm/trunk/src/c/objects/Loads/Icefront.h
===================================================================
--- /issm/trunk/src/c/objects/Loads/Icefront.h	(revision 5712)
+++ /issm/trunk/src/c/objects/Loads/Icefront.h	(revision 5713)
@@ -14,7 +14,4 @@
 class IoModel;
 /*}}}*/
-
-#define MAX_ICEFRONT_GRIDS 4 //max number of grids for a certain load
-#define ICEFRONTSTRING 20    //max string length
 
 class Icefront: public Load {
Index: /issm/trunk/src/c/solutions/controlconvergence.cpp
===================================================================
--- /issm/trunk/src/c/solutions/controlconvergence.cpp	(revision 5712)
+++ /issm/trunk/src/c/solutions/controlconvergence.cpp	(revision 5713)
@@ -2,5 +2,4 @@
  * \brief: determine convergence of control_core solution
  */ 
-
 #ifdef HAVE_CONFIG_H
 	#include "config.h"
@@ -16,5 +15,4 @@
 #include "../modules/modules.h"
 #include "./solutions.h"
-
 
 bool controlconvergence(double* J,double* responses, double eps_cm, int n){
@@ -47,3 +45,2 @@
 	return converged;
 }
-
