Index: /issm/trunk/src/c/objects/IoModel.cpp
===================================================================
--- /issm/trunk/src/c/objects/IoModel.cpp	(revision 7104)
+++ /issm/trunk/src/c/objects/IoModel.cpp	(revision 7105)
@@ -164,5 +164,4 @@
 	IoModelFetchData(&this->epsvel,iomodel_handle,"epsvel");
 	IoModelFetchData(&this->verbose,iomodel_handle,"verbose_binary");
-	IoModelFetchData(&this->plot,iomodel_handle,"plot");
 	IoModelFetchData(&this->output_frequency,iomodel_handle,"output_frequency");
 	IoModelFetchData(&this->prognostic_DG,iomodel_handle,"prognostic_DG");
@@ -324,5 +323,4 @@
 	this->cm_gradient=0;
 	this->verbose=0;
-	this->plot=0;
 	this->output_frequency=0;
 	this->eps_res=0;
Index: /issm/trunk/src/c/objects/IoModel.h
===================================================================
--- /issm/trunk/src/c/objects/IoModel.h	(revision 7104)
+++ /issm/trunk/src/c/objects/IoModel.h	(revision 7105)
@@ -139,5 +139,4 @@
 		double* maxiter;
 		int     verbose;
-		int     plot;
 		int     output_frequency;
 		double  eps_res;
Index: /issm/trunk/src/m/classes/@model/model.m
===================================================================
--- /issm/trunk/src/m/classes/@model/model.m	(revision 7104)
+++ /issm/trunk/src/m/classes/@model/model.m	(revision 7105)
@@ -229,5 +229,4 @@
 	md.deviatoricstress=NaN;
 	md.strainrate=NaN;
-	md.plot=0;
 
 	%debugging
Index: /issm/trunk/src/m/classes/@model/setdefaultparameters.m
===================================================================
--- /issm/trunk/src/m/classes/@model/setdefaultparameters.m	(revision 7104)
+++ /issm/trunk/src/m/classes/@model/setdefaultparameters.m	(revision 7105)
@@ -216,9 +216,4 @@
 md.meanvel=1000/(365*24*3600);
 
-%the value of plot can be set to 1 if the user wants to see
-%the direction and the updated parameter after each control
-%method iteration (only for serial)
-md.plot=0;
-
 %grounding line migration: 
 md.gl_migration=0;
Index: /issm/trunk/src/m/model/marshall.m
===================================================================
--- /issm/trunk/src/m/model/marshall.m	(revision 7104)
+++ /issm/trunk/src/m/model/marshall.m	(revision 7105)
@@ -112,5 +112,4 @@
 WriteData(fid,md.epsvel,'Scalar','epsvel');
 WriteData(fid,md.verbose_binary,'Integer','verbose_binary');
-WriteData(fid,md.plot,'Integer','plot');
 WriteData(fid,md.output_frequency,'Integer','output_frequency');
 WriteData(fid,md.artificial_diffusivity,'Integer','artificial_diffusivity');
