Index: /issm/trunk-jpl/src/m/classes/misfit.m
===================================================================
--- /issm/trunk-jpl/src/m/classes/misfit.m	(revision 22402)
+++ /issm/trunk-jpl/src/m/classes/misfit.m	(revision 22403)
@@ -18,14 +18,14 @@
 	properties (SetAccess=public)
 		%misfit
-		name					= '';
-		definitionstring		= ''; %string that identifies this output definition uniquely, from 'Outputdefinition[1-100]'
-		model_string			= ''; %string for field that is modeled
-		observation				= NaN; %observed field that we compare the model against
-		observation_string	= ''; %string for observed field.
-		timeinterpolation		= '';
-		local					= 1;
-		weights					= NaN; %weight coefficients for every vertex
-		weights_string			= ''; %string to identify this particular set of weights
-		cumulated				= NaN; %do we cumulate misfit through time?
+		name               = '';
+		definitionstring   = ''; %string that identifies this output definition uniquely, from 'Outputdefinition[1-100]'
+		model_string       = ''; %string for field that is modeled
+		observation        = NaN; %observed field that we compare the model against
+		observation_string = ''; %string for observed field.
+		timeinterpolation  = '';
+		local              = 1;
+		weights            = NaN; %weight coefficients for every vertex
+		weights_string     = ''; %string to identify this particular set of weights
+		cumulated          = NaN; %do we cumulate misfit through time?
 	end
 	
