Index: /issm/trunk-jpl/src/c/Container/Constraints.h
===================================================================
--- /issm/trunk-jpl/src/c/Container/Constraints.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/Container/Constraints.h	(revision 13623)
@@ -16,5 +16,4 @@
 class Inputs;
 
-
 class Constraints: public DataSet{
 
@@ -31,5 +30,3 @@
 };
 
-
 #endif //ifndef _CONSTRAINTS_H_
-
Index: /issm/trunk-jpl/src/c/Container/DataSet.h
===================================================================
--- /issm/trunk-jpl/src/c/Container/DataSet.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/Container/DataSet.h	(revision 13623)
@@ -23,13 +23,13 @@
 
 class DataSet{
-	
+
 	public: 
-		
+
 		/*internals: */
 		std::vector<Object*> objects;
-		
+
 		/*type of dataset: */
 		int             enum_type;
-		
+
 		/*sorting: */
 		int             sorted;
Index: /issm/trunk-jpl/src/c/Container/Inputs.h
===================================================================
--- /issm/trunk-jpl/src/c/Container/Inputs.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/Container/Inputs.h	(revision 13623)
@@ -42,5 +42,5 @@
 		IssmDouble  Min(int enumtype);
 		IssmDouble  MinAbs(int enumtype);
-		
+
 		void GetInputAverage(IssmDouble* pvalue, int enum_type);
 		void GetInputValue(bool* pvalue,int enum_type);
Index: /issm/trunk-jpl/src/c/Container/Observations.h
===================================================================
--- /issm/trunk-jpl/src/c/Container/Observations.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/Container/Observations.h	(revision 13623)
@@ -37,3 +37,2 @@
 };
 #endif //ifndef _OBSERVATIONS_H_
-
Index: /issm/trunk-jpl/src/c/Container/Options.h
===================================================================
--- /issm/trunk-jpl/src/c/Container/Options.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/Container/Options.h	(revision 13623)
@@ -22,6 +22,5 @@
 		int  AddOption(Option* in_oobject);
 		Option* GetOption(const char* name);
-		
-		
+
 		template <class OptionType> void Get(OptionType* pvalue,const char* name){ /*{{{*/
 
Index: /issm/trunk-jpl/src/c/Container/Parameters.h
===================================================================
--- /issm/trunk-jpl/src/c/Container/Parameters.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/Container/Parameters.h	(revision 13623)
@@ -45,5 +45,5 @@
 		void  FindParam(FILE** pfid,int enum_type);
 		void  FindParam(DataSet** pdataset, int enum_type);
-		
+
 		void  SetParam(bool boolean,int enum_type);
 		void  SetParam(int integer,int enum_type);
Index: /issm/trunk-jpl/src/c/Container/Results.h
===================================================================
--- /issm/trunk-jpl/src/c/Container/Results.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/Container/Results.h	(revision 13623)
@@ -30,3 +30,2 @@
 };
 #endif //ifndef _RESULTS_H_
-
Index: /issm/trunk-jpl/src/c/classes/DofIndexing.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/DofIndexing.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/DofIndexing.h	(revision 13623)
@@ -9,5 +9,5 @@
 
 class DofIndexing{
-	
+
 	public:
 
@@ -27,5 +27,5 @@
 		/*types of dofs: */
 		int        *doftype;   //approximation type of the dofs (used only for coupling), size g_size
-		
+
 		/*list of degrees of freedom: */
 		int *gdoflist;   //dof list in g_set
Index: /issm/trunk-jpl/src/c/classes/FemModel.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/FemModel.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/FemModel.h	(revision 13623)
@@ -21,5 +21,4 @@
 class Profiler;
 /*}}}*/
-
 
 class FemModel {
Index: /issm/trunk-jpl/src/c/classes/IoModel.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/IoModel.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/IoModel.h	(revision 13623)
@@ -20,8 +20,8 @@
 	private: 
 		Parameters *constants;   //this dataset holds all IssmDouble, int, bool and char from input
-	
+
 	public:
 		IssmDouble **data;   //this dataset holds temporary data, memory intensive.
-		
+
 		/*This data needs to stay memory resident at all time, even if it's memory intensive: */
 		FILE *fid;                               //pointer to input file
@@ -36,5 +36,5 @@
 		int loadcounter;         //keep track of how many loads are being created in each analysis type
 		int constraintcounter;   //keep track of how many constraints are being created in each analysis type
-		
+
 		/*for AD mode: to keep track of our independent variables we fetch:*/
 		bool* independents;
Index: /issm/trunk-jpl/src/c/classes/Patch.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/Patch.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/Patch.h	(revision 13623)
@@ -4,5 +4,5 @@
 
 /*A Patch object is used to store all results held in elements, in a serial way, and to dump them to disk. 
-	
+
 	Each row of the Patch object is made of the following information: 
 	- the result enum_type, 
@@ -12,5 +12,5 @@
 	- the vertices ids, 
 	- and the values at the nodes (could be different from the vertices).
-	
+
 	For ex: 
 	1. on a Beam element, Vx, at step 1, time .5, element id 1, interpolation type P0 (constant), vertices ids 1 and 2, one constant value 4.5
Index: /issm/trunk-jpl/src/c/classes/bamg/AdjacentTriangle.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/bamg/AdjacentTriangle.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/bamg/AdjacentTriangle.h	(revision 13623)
@@ -44,3 +44,2 @@
 }
 #endif
-
Index: /issm/trunk-jpl/src/c/classes/bamg/Direction.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/bamg/Direction.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/bamg/Direction.h	(revision 13623)
@@ -19,3 +19,2 @@
 }
 #endif
-
Index: /issm/trunk-jpl/src/c/classes/bamg/Edge.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/bamg/Edge.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/bamg/Edge.h	(revision 13623)
@@ -12,5 +12,5 @@
 	//classes
 	class Mesh;
-	
+
 	class Edge {
 
@@ -36,3 +36,2 @@
 }
 #endif
-
Index: /issm/trunk-jpl/src/c/classes/bamg/Geometry.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/bamg/Geometry.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/bamg/Geometry.h	(revision 13623)
@@ -64,5 +64,5 @@
 			void             WriteGeometry(BamgGeom *bamggeom, BamgOpts*bamgopts);
 	};
-	
+
 }
 #endif
Index: /issm/trunk-jpl/src/c/classes/classes.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/classes.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/classes.h	(revision 13623)
@@ -5,5 +5,4 @@
 #ifndef ALL_CLASSES_H_
 #define ALL_CLASSES_H_
-
 
 /*Objects derived classes, which are used in our containers: */
Index: /issm/trunk-jpl/src/c/classes/dakota/DakotaPlugin.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/dakota/DakotaPlugin.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/dakota/DakotaPlugin.h	(revision 13623)
@@ -4,5 +4,4 @@
 #ifndef _DAKOTAPLUGIN_H
 #define _DAKOTAPLUGIN_H
-
 
 #ifdef _HAVE_DAKOTA_ //only works if dakota library has been compiled in.
@@ -49,4 +48,3 @@
 #endif //only works if dakota library has been compiled in.
 
-
 #endif
Index: /issm/trunk-jpl/src/c/classes/gauss/GaussPenta.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/gauss/GaussPenta.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/gauss/GaussPenta.h	(revision 13623)
@@ -28,5 +28,5 @@
 		double coord3;
 		double coord4;
-		
+
 	public:
 
Index: /issm/trunk-jpl/src/c/classes/gauss/GaussTria.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/gauss/GaussTria.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/gauss/GaussTria.h	(revision 13623)
@@ -25,5 +25,5 @@
 		IssmDouble coord2;
 		IssmDouble coord3;
-		
+
 	public:
 
Index: /issm/trunk-jpl/src/c/classes/matrix/ElementMatrix.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/matrix/ElementMatrix.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/matrix/ElementMatrix.h	(revision 13623)
@@ -22,5 +22,5 @@
 
 	public:
-	
+
 		int      nrows;
 		int      ncols;
Index: /issm/trunk-jpl/src/c/classes/matrix/ElementVector.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/matrix/ElementVector.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/matrix/ElementVector.h	(revision 13623)
@@ -22,8 +22,8 @@
 
 	public:
-	
+
 		int      nrows;
 		IssmDouble*  values;
-		
+
 		//gset
 		int*     gglobaldoflist;
@@ -33,5 +33,5 @@
 		int*     flocaldoflist;
 		int*     fglobaldoflist;
-		
+
 		/*ElementVector constructors, destructors {{{*/
 		ElementVector();
@@ -51,3 +51,2 @@
 };
 #endif //#ifndef _ELEMENT_VECTOR_H_
-
Index: /issm/trunk-jpl/src/c/classes/matrix/Matrix.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/matrix/Matrix.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/matrix/Matrix.h	(revision 13623)
@@ -306,5 +306,4 @@
 			else _error_("Matrix type: " << type << " not supported yet!");
 
-
 			return output;
 		}
Index: /issm/trunk-jpl/src/c/classes/matrix/Vector.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/matrix/Vector.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/matrix/Vector.h	(revision 13623)
@@ -61,5 +61,4 @@
 			type=in_type;
 
-
 			if(type==PetscVecType){
 			#ifdef _HAVE_PETSC_
@@ -171,5 +170,4 @@
 		void SetValues(int ssize, int* list, doubletype* values, InsMode mode){
 
-
 			if(type==PetscVecType){
 				#ifdef _HAVE_PETSC_
@@ -183,6 +181,4 @@
 			}
 			else _error_("Vector type: " << type << " not supported yet!");
-
-
 
 		}
@@ -207,5 +203,4 @@
 		/*FUNCTION GetValue{{{*/
 		void GetValue(doubletype* pvalue,int dof){
-
 
 			if(type==PetscVecType){
@@ -256,5 +251,4 @@
 		void GetLocalSize(int* pM){
 
-
 			if(type==PetscVecType){
 				#ifdef _HAVE_PETSC_
@@ -276,5 +270,4 @@
 			Vector* output=NULL;
 
-
 			if(type==PetscVecType){
 				#ifdef _HAVE_PETSC_
@@ -298,5 +291,4 @@
 		void Set(doubletype value){
 
-
 			if(type==PetscVecType){
 				#ifdef _HAVE_PETSC_
@@ -316,5 +308,4 @@
 		void AXPY(Vector* X, doubletype a){
 
-
 			if(type==PetscVecType){
 				#ifdef _HAVE_PETSC_
@@ -334,5 +325,4 @@
 		void AYPX(Vector* X, doubletype a){
 
-
 			if(type==PetscVecType){
 				#ifdef _HAVE_PETSC_
@@ -346,5 +336,4 @@
 			}
 			else _error_("Vector type: " << type << " not supported yet!");
-
 
 		}
@@ -374,5 +363,4 @@
 		void Copy(Vector* to){
 
-
 			if(type==PetscVecType){
 				#ifdef _HAVE_PETSC_
@@ -386,5 +374,4 @@
 			}
 			else _error_("Vector type: " << type << " not supported yet!");
-
 
 		}
@@ -413,5 +400,4 @@
 		void Scale(doubletype scale_factor){
 
-
 			if(type==PetscVecType){
 				#ifdef _HAVE_PETSC_
@@ -451,5 +437,4 @@
 		void PointwiseDivide(Vector* x,Vector* y){
 
-
 			if(type==PetscVecType){
 				#ifdef _HAVE_PETSC_
Index: /issm/trunk-jpl/src/c/classes/matrix/matrixobjects.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/matrix/matrixobjects.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/matrix/matrixobjects.h	(revision 13623)
@@ -6,5 +6,4 @@
 #define ALL_MATRIX_OBJECTS_H_
 
-
 /*Numerics:*/
 #include "./ElementMatrix.h"
@@ -13,4 +12,3 @@
 #include "./Matrix.h"
 
-
 #endif
Index: /issm/trunk-jpl/src/c/classes/objects/Constraints/Constraint.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/Constraints/Constraint.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/Constraints/Constraint.h	(revision 13623)
@@ -18,5 +18,5 @@
 
 	public: 
-		
+
 		virtual      ~Constraint(){};
 		virtual void ConstrainNode(Nodes* nodes,Parameters* parameters)=0;
Index: /issm/trunk-jpl/src/c/classes/objects/DependentObject.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/DependentObject.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/DependentObject.h	(revision 13623)
@@ -10,5 +10,5 @@
 #include "../../shared/shared.h"
 /*}}}*/
-		
+
 class Elements;
 class Nodes;
@@ -19,5 +19,5 @@
 
 class DependentObject: public Object{
-	
+
 	public:
 
@@ -25,5 +25,5 @@
 		int type;  /*0: scalar, 1: vertex*/
 		int index;  /*0: scalar, 1: vertex*/
-		
+
 		/*DependentObject constructors, destructors {{{*/
 		DependentObject();
Index: /issm/trunk-jpl/src/c/classes/objects/ElementResults/BoolElementResult.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/ElementResults/BoolElementResult.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/ElementResults/BoolElementResult.h	(revision 13623)
@@ -3,5 +3,4 @@
  *  A boll result object is just derived from a BoolInput object, with additional time and step information.
  */
-
 
 #ifndef _BOOLELEMENTRESULT_H_
Index: /issm/trunk-jpl/src/c/classes/objects/ElementResults/DoubleElementResult.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/ElementResults/DoubleElementResult.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/ElementResults/DoubleElementResult.h	(revision 13623)
@@ -3,5 +3,4 @@
  *  A IssmDouble result object is just derived from a DoubleInput object, with additional time and step information.
  */
-
 
 #ifndef _DOUBLEELEMENTRESULT_H_
Index: /issm/trunk-jpl/src/c/classes/objects/ElementResults/ElementResult.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/ElementResults/ElementResult.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/ElementResults/ElementResult.h	(revision 13623)
@@ -14,5 +14,5 @@
 
 	public: 
-		
+
 		virtual        ~ElementResult(){};
 		virtual         ElementResult* SpawnTriaElementResult(int* indices)=0;
Index: /issm/trunk-jpl/src/c/classes/objects/ElementResults/PentaP1ElementResult.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/ElementResults/PentaP1ElementResult.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/ElementResults/PentaP1ElementResult.h	(revision 13623)
@@ -3,5 +3,4 @@
  *  this object is just a PentaP1Input with additional time and step info.
  */
-
 
 #ifndef _PENTAP1ELEMENTRESULT_H_
Index: /issm/trunk-jpl/src/c/classes/objects/ElementResults/TriaP1ElementResult.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/ElementResults/TriaP1ElementResult.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/ElementResults/TriaP1ElementResult.h	(revision 13623)
@@ -2,5 +2,4 @@
  *  \brief: header file for TriaP1ElementResult object
  */
-
 
 #ifndef _TRIAP1ELEMENTRESULT_H_
Index: /issm/trunk-jpl/src/c/classes/objects/Elements/Element.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/Elements/Element.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/Elements/Element.h	(revision 13623)
@@ -4,5 +4,4 @@
  * It is derived from Element, so DataSets can contain them.
  */ 
-
 
 #ifndef _ELEMENT_H_
@@ -25,7 +24,7 @@
 
 	public: 
-		
+
 		virtual        ~Element(){};
-	
+
 		virtual void   Configure(Elements* elements,Loads* loads,DataSet* nodes,Materials* materials,Parameters* parameters)=0;
 		virtual void   SetCurrentConfiguration(Elements* elements,Loads* loads,DataSet* nodes,Materials* materials,Parameters* parameters)=0;
@@ -43,5 +42,5 @@
 		virtual void   GetInputListOnVertices(IssmDouble* pvalue,int enumtype,IssmDouble defaultvalue)=0;
 		virtual void   GetInputValue(IssmDouble* pvalue,Node* node,int enumtype)=0;
-		
+
 		virtual IssmDouble SurfaceArea(void)=0;
 		virtual void   InputDepthAverageAtBase(int enum_type,int average_enum_type,int object_enum)=0;
@@ -59,5 +58,5 @@
 		virtual void   ProcessResultsUnits(void)=0;
 		virtual void   RequestedOutput(int output_enum,int step,IssmDouble time)=0;
-		
+
 		virtual int    NodalValue(IssmDouble* pvalue, int index, int natureofdataenum,bool process_units)=0;
 		virtual void   InputScale(int enum_type,IssmDouble scale_factor)=0;
Index: /issm/trunk-jpl/src/c/classes/objects/Elements/Penta.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/Elements/Penta.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/Elements/Penta.h	(revision 13623)
@@ -90,5 +90,5 @@
 		void   GetVectorFromInputs(Vector<IssmDouble>* vector,int name_enum);
 		void   GetVectorFromResults(Vector<IssmDouble>* vector,int offset,int name_enum,int interp);
-		
+
 		int    Sid();
 		void   InputArtificialNoise(int enum_type,IssmDouble min, IssmDouble max);
@@ -99,5 +99,5 @@
 		void   InputDuplicate(int original_enum,int new_enum);
 		void   InputScale(int enum_type,IssmDouble scale_factor);
-		
+
 		void   InputToResult(int enum_type,int step,IssmDouble time);
 		void   MigrateGroundingLine(IssmDouble* old_floating_ice,IssmDouble* sheet_ungrounding);
Index: /issm/trunk-jpl/src/c/classes/objects/Elements/PentaHook.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/Elements/PentaHook.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/Elements/PentaHook.h	(revision 13623)
@@ -29,5 +29,3 @@
 };
 
-
 #endif //ifndef _PENTAHOOK_H_
-
Index: /issm/trunk-jpl/src/c/classes/objects/Elements/PentaRef.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/Elements/PentaRef.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/Elements/PentaRef.h	(revision 13623)
@@ -4,15 +4,13 @@
  */ 
 
-
 #ifndef _PENTAREF_H_
 #define _PENTAREF_H_
 
 class PentaRef{
-	
 
 	public: 
 		int* element_type_list; //P1CG, P1DG, MINI, P2...
 		int  element_type;
-		
+
 		PentaRef();
 		PentaRef(const int nummodels);
Index: /issm/trunk-jpl/src/c/classes/objects/Elements/Tria.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/Elements/Tria.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/Elements/Tria.h	(revision 13623)
@@ -136,5 +136,4 @@
 		#endif
 
-
 		#ifdef _HAVE_CONTROL_
 		IssmDouble DragCoefficientAbsGradient(bool process_units,int weight_index);
@@ -202,5 +201,5 @@
 		void	         SetClone(int* minranks);
 		void	         SurfaceNormal(IssmDouble* surface_normal, IssmDouble xyz_list[3][3]);
-		
+
 		#ifdef _HAVE_DIAGNOSTIC_
 		ElementMatrix* CreateKMatrixDiagnosticMacAyeal(void);
Index: /issm/trunk-jpl/src/c/classes/objects/Elements/TriaHook.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/Elements/TriaHook.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/Elements/TriaHook.h	(revision 13623)
@@ -17,5 +17,4 @@
 		Hook*  hmatpar; // 1 material parameter
 
-
 		/*FUNCTION constructors, destructors {{{*/
 		TriaHook();
@@ -27,5 +26,3 @@
 };
 
-
 #endif //ifndef _TRIAHOOK_H_
-
Index: /issm/trunk-jpl/src/c/classes/objects/Elements/TriaRef.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/Elements/TriaRef.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/Elements/TriaRef.h	(revision 13623)
@@ -3,5 +3,4 @@
  * strain rate generation, etc ...
  */ 
-
 
 #ifndef _TRIAREF_H_
@@ -11,10 +10,9 @@
 
 class TriaRef{
-	
 
 	public: 
 		int* element_type_list; //P1CG, P1DG, MINI, P2...
 		int  element_type;
-		
+
 		TriaRef();
 		TriaRef(const int nummodels);
Index: /issm/trunk-jpl/src/c/classes/objects/ExternalResults/ExternalResult.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/ExternalResults/ExternalResult.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/ExternalResults/ExternalResult.h	(revision 13623)
@@ -2,5 +2,4 @@
  * \brief abstract class for ExternalResult object
  */ 
-
 
 #ifndef _EXTERNALRESULT_H_
@@ -23,5 +22,5 @@
 
 	public: 
-		
+
 		virtual        ~ExternalResult(){};
 		/*Virtual functions:{{{*/
Index: /issm/trunk-jpl/src/c/classes/objects/ExternalResults/GenericExternalResult.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/ExternalResults/GenericExternalResult.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/ExternalResults/GenericExternalResult.h	(revision 13623)
@@ -35,5 +35,5 @@
 		int step;
 		IssmDouble time;
-	
+
 	public:
 		/*Diverse: must be in front, as it is used in what follows*/
@@ -109,10 +109,10 @@
 		/*GenericExternalResult management: */
 void WriteData(FILE* fid,bool io_gather){ /*{{{*/
-			
+
 	int     my_rank;
 	int     type;
 	int     size;
 	IssmPDouble  passiveDouble;
-	
+
 	/*recover my_rank:*/
 	my_rank=IssmComm::GetRank();
@@ -208,5 +208,5 @@
 	int     type;
 	int     length;
-	
+
 	/*recover my_rank:*/
 	my_rank=IssmComm::GetRank();
@@ -238,5 +238,5 @@
 	M=in_M;
 	N=in_N;
-	
+
 	step=in_step;
 	time=in_time;
@@ -257,5 +257,5 @@
 } /*}}}*/
 template <> inline void GenericExternalResult<IssmPDouble*>::Echo(void){ /*{{{*/
-	
+
 	int i,j;
 
@@ -266,10 +266,10 @@
 } /*}}}*/
 template <> inline void GenericExternalResult<IssmPDouble*>::DeepEcho(void){ /*{{{*/
-	
+
 	int i,j;
 
 	_printLine_("GenericExternalResult<IssmPDouble*>:");
 	this->GenericEcho();
-	
+
 	_printLine_("   matrix size: " << this->M << "-" << this->N);
 	for (i=0;i<this->M;i++){  
@@ -286,5 +286,5 @@
 } /*}}}*/
 template <> inline void GenericExternalResult<IssmPDouble*>::WriteData(FILE* fid,bool io_gather){ /*{{{*/
-	
+
 	int     my_rank;
 	int     length;
@@ -293,5 +293,5 @@
 	char   *name    = NULL;
 	IssmPDouble passiveDouble;
-	
+
 	/*recover my_rank:*/
 	my_rank=IssmComm::GetRank();
Index: /issm/trunk-jpl/src/c/classes/objects/IndependentObject.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/IndependentObject.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/IndependentObject.h	(revision 13623)
@@ -5,5 +5,4 @@
 #ifndef _INDEPENDENTOBJECT_H_
 #define  _INDEPENDENTOBJECT_H_
-
 
 /*{{{*/
@@ -14,5 +13,5 @@
 
 class IndependentObject: public Object{
-	
+
 	public:
 
@@ -20,5 +19,5 @@
 		int type;  /*0: scalar, 1: vertex*/
 		int numberofvertices;
-		
+
 		/*IndependentObject constructors, destructors {{{*/
 		IndependentObject();
Index: /issm/trunk-jpl/src/c/classes/objects/Inputs/BoolInput.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/Inputs/BoolInput.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/Inputs/BoolInput.h	(revision 13623)
@@ -2,5 +2,4 @@
  *  \brief: header file for triavertexinput object
  */
-
 
 #ifndef _BOOLINPUT_H_
Index: /issm/trunk-jpl/src/c/classes/objects/Inputs/ControlInput.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/Inputs/ControlInput.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/Inputs/ControlInput.h	(revision 13623)
@@ -2,5 +2,4 @@
  *  \brief: header file for triavertexinput object
  */
-
 
 #ifndef _CONTROLINPUT_H_
Index: /issm/trunk-jpl/src/c/classes/objects/Inputs/DatasetInput.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/Inputs/DatasetInput.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/Inputs/DatasetInput.h	(revision 13623)
@@ -2,5 +2,4 @@
  *  \brief: header file for datasetinput object
  */
-
 
 #ifndef _DATASETINPUT_H_
Index: /issm/trunk-jpl/src/c/classes/objects/Inputs/DoubleInput.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/Inputs/DoubleInput.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/Inputs/DoubleInput.h	(revision 13623)
@@ -2,5 +2,4 @@
  *  \brief: header file for triavertexinput object
  */
-
 
 #ifndef _DOUBLEINPUT_H_
Index: /issm/trunk-jpl/src/c/classes/objects/Inputs/Input.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/Inputs/Input.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/Inputs/Input.h	(revision 13623)
@@ -2,5 +2,4 @@
  * \brief abstract class for Input object
  */ 
-
 
 #ifndef _INPUT_H_
@@ -19,5 +18,5 @@
 
 	public: 
-		
+
 		virtual        ~Input(){};
 
@@ -60,5 +59,5 @@
 		virtual void   GetVectorFromInputs(Vector<IssmDouble>* vector,int* doflist)=0;
 		virtual void   GetValuesPtr(IssmDouble** pvalues,int* pnum_values)=0;
-		
+
 		virtual Input* SpawnTriaInput(int* indices)=0;
 		virtual Input* PointwiseDivide(Input* inputB)=0;
Index: /issm/trunk-jpl/src/c/classes/objects/Inputs/IntInput.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/Inputs/IntInput.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/Inputs/IntInput.h	(revision 13623)
@@ -2,5 +2,4 @@
  *  \brief: header file for triavertexinput object
  */
-
 
 #ifndef _INTINPUT_H_
Index: /issm/trunk-jpl/src/c/classes/objects/Inputs/PentaP1Input.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/Inputs/PentaP1Input.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/Inputs/PentaP1Input.h	(revision 13623)
@@ -2,5 +2,4 @@
  *  \brief: header file for PentaP1Input object
  */
-
 
 #ifndef _PENTAP1INPUT_H_
Index: /issm/trunk-jpl/src/c/classes/objects/Inputs/TransientInput.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/Inputs/TransientInput.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/Inputs/TransientInput.h	(revision 13623)
@@ -2,5 +2,4 @@
  *  \brief: header file for transientinput object
  */
-
 
 #ifndef _TRANSIENTINPUT_H_
Index: /issm/trunk-jpl/src/c/classes/objects/Inputs/TriaP1Input.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/Inputs/TriaP1Input.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/Inputs/TriaP1Input.h	(revision 13623)
@@ -2,5 +2,4 @@
  *  \brief: header file for TriaP1Input object
  */
-
 
 #ifndef _TRIAP1INPUT_H_
Index: /issm/trunk-jpl/src/c/classes/objects/KML/KMLFileReadUtils.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/KML/KMLFileReadUtils.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/KML/KMLFileReadUtils.h	(revision 13623)
@@ -55,3 +55,2 @@
 
 #endif  /* _KMLFILEREADUTILS_H */
-
Index: /issm/trunk-jpl/src/c/classes/objects/KML/KML_Attribute.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/KML/KML_Attribute.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/KML/KML_Attribute.h	(revision 13623)
@@ -44,3 +44,2 @@
 };
 #endif  /* _KML_ATTRIBUTE_H */
-
Index: /issm/trunk-jpl/src/c/classes/objects/KML/KML_ColorStyle.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/KML/KML_ColorStyle.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/KML/KML_ColorStyle.h	(revision 13623)
@@ -43,3 +43,2 @@
 };
 #endif  /* _KML_COLORSTYLE_H */
-
Index: /issm/trunk-jpl/src/c/classes/objects/KML/KML_Comment.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/KML/KML_Comment.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/KML/KML_Comment.h	(revision 13623)
@@ -44,3 +44,2 @@
 };
 #endif  /* _KML_COMMENT_H */
-
Index: /issm/trunk-jpl/src/c/classes/objects/KML/KML_Container.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/KML/KML_Container.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/KML/KML_Container.h	(revision 13623)
@@ -40,3 +40,2 @@
 };
 #endif  /* _KML_CONTAINER_H */
-
Index: /issm/trunk-jpl/src/c/classes/objects/KML/KML_Document.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/KML/KML_Document.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/KML/KML_Document.h	(revision 13623)
@@ -37,3 +37,2 @@
 };
 #endif  /* _KML_DOCUMENT_H */
-
Index: /issm/trunk-jpl/src/c/classes/objects/KML/KML_Feature.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/KML/KML_Feature.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/KML/KML_Feature.h	(revision 13623)
@@ -51,3 +51,2 @@
 };
 #endif  /* _KML_FEATURE_H */
-
Index: /issm/trunk-jpl/src/c/classes/objects/KML/KML_File.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/KML/KML_File.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/KML/KML_File.h	(revision 13623)
@@ -38,3 +38,2 @@
 };
 #endif  /* _KML_FILE_H */
-
Index: /issm/trunk-jpl/src/c/classes/objects/KML/KML_Folder.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/KML/KML_Folder.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/KML/KML_Folder.h	(revision 13623)
@@ -37,3 +37,2 @@
 };
 #endif  /* _KML_FOLDER_H */
-
Index: /issm/trunk-jpl/src/c/classes/objects/KML/KML_Geometry.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/KML/KML_Geometry.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/KML/KML_Geometry.h	(revision 13623)
@@ -36,3 +36,2 @@
 };
 #endif  /* _KML_GEOMETRY_H */
-
Index: /issm/trunk-jpl/src/c/classes/objects/KML/KML_GroundOverlay.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/KML/KML_GroundOverlay.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/KML/KML_GroundOverlay.h	(revision 13623)
@@ -43,3 +43,2 @@
 };
 #endif  /* _KML_GROUNDOVERLAY_H */
-
Index: /issm/trunk-jpl/src/c/classes/objects/KML/KML_Icon.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/KML/KML_Icon.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/KML/KML_Icon.h	(revision 13623)
@@ -51,3 +51,2 @@
 };
 #endif  /* _KML_ICON_H */
-
Index: /issm/trunk-jpl/src/c/classes/objects/KML/KML_LatLonBox.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/KML/KML_LatLonBox.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/KML/KML_LatLonBox.h	(revision 13623)
@@ -42,3 +42,2 @@
 };
 #endif  /* _KML_LATLONBOX_H */
-
Index: /issm/trunk-jpl/src/c/classes/objects/KML/KML_LineString.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/KML/KML_LineString.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/KML/KML_LineString.h	(revision 13623)
@@ -45,3 +45,2 @@
 };
 #endif  /* _KML_LINESTRING_H */
-
Index: /issm/trunk-jpl/src/c/classes/objects/KML/KML_LineStyle.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/KML/KML_LineStyle.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/KML/KML_LineStyle.h	(revision 13623)
@@ -38,3 +38,2 @@
 };
 #endif  /* _KML_LINESTYLE_H */
-
Index: /issm/trunk-jpl/src/c/classes/objects/KML/KML_LinearRing.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/KML/KML_LinearRing.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/KML/KML_LinearRing.h	(revision 13623)
@@ -45,3 +45,2 @@
 };
 #endif  /* _KML_LINEARRING_H */
-
Index: /issm/trunk-jpl/src/c/classes/objects/KML/KML_MultiGeometry.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/KML/KML_MultiGeometry.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/KML/KML_MultiGeometry.h	(revision 13623)
@@ -41,3 +41,2 @@
 };
 #endif  /* _KML_MULTIGEOMETRY_H */
-
Index: /issm/trunk-jpl/src/c/classes/objects/KML/KML_Object.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/KML/KML_Object.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/KML/KML_Object.h	(revision 13623)
@@ -50,3 +50,2 @@
 };
 #endif  /* _KML_OBJECT_H */
-
Index: /issm/trunk-jpl/src/c/classes/objects/KML/KML_Overlay.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/KML/KML_Overlay.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/KML/KML_Overlay.h	(revision 13623)
@@ -43,3 +43,2 @@
 };
 #endif  /* _KML_OVERLAY_H */
-
Index: /issm/trunk-jpl/src/c/classes/objects/KML/KML_Placemark.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/KML/KML_Placemark.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/KML/KML_Placemark.h	(revision 13623)
@@ -41,3 +41,2 @@
 };
 #endif  /* _KML_PLACEMARK_H */
-
Index: /issm/trunk-jpl/src/c/classes/objects/KML/KML_Point.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/KML/KML_Point.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/KML/KML_Point.h	(revision 13623)
@@ -43,3 +43,2 @@
 };
 #endif  /* _KML_POINT_H */
-
Index: /issm/trunk-jpl/src/c/classes/objects/KML/KML_PolyStyle.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/KML/KML_PolyStyle.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/KML/KML_PolyStyle.h	(revision 13623)
@@ -39,3 +39,2 @@
 };
 #endif  /* _KML_POLYSTYLE_H */
-
Index: /issm/trunk-jpl/src/c/classes/objects/KML/KML_Polygon.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/KML/KML_Polygon.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/KML/KML_Polygon.h	(revision 13623)
@@ -47,3 +47,2 @@
 };
 #endif  /* _KML_POLYGON_H */
-
Index: /issm/trunk-jpl/src/c/classes/objects/KML/KML_Style.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/KML/KML_Style.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/KML/KML_Style.h	(revision 13623)
@@ -45,3 +45,2 @@
 };
 #endif  /* _KML_STYLE_H */
-
Index: /issm/trunk-jpl/src/c/classes/objects/KML/KML_StyleSelector.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/KML/KML_StyleSelector.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/KML/KML_StyleSelector.h	(revision 13623)
@@ -36,3 +36,2 @@
 };
 #endif  /* _KML_STYLESELECTOR_H */
-
Index: /issm/trunk-jpl/src/c/classes/objects/KML/KML_SubStyle.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/KML/KML_SubStyle.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/KML/KML_SubStyle.h	(revision 13623)
@@ -36,3 +36,2 @@
 };
 #endif  /* _KML_SUBSTYLE_H */
-
Index: /issm/trunk-jpl/src/c/classes/objects/KML/KML_Unknown.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/KML/KML_Unknown.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/KML/KML_Unknown.h	(revision 13623)
@@ -39,3 +39,2 @@
 };
 #endif  /* _KML_UNKNOWN_H */
-
Index: /issm/trunk-jpl/src/c/classes/objects/Loads/Friction.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/Loads/Friction.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/Loads/Friction.h	(revision 13623)
@@ -25,5 +25,5 @@
 		Friction(const char* element_type, Inputs* inputs,Matpar* matpar, int analysis_type);
 		~Friction();
-	
+
 		void  Echo(void);
 		void  GetAlpha2(IssmDouble* palpha2, GaussTria* gauss,int vxenum,int vyenum,int vzenum);
Index: /issm/trunk-jpl/src/c/classes/objects/Loads/Pengrid.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/Loads/Pengrid.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/Loads/Pengrid.h	(revision 13623)
@@ -20,5 +20,5 @@
 		int		id;
 		int analysis_type;
-		
+
 		/*Hooks*/
 		Hook* hnode;  //hook to 1 node
@@ -33,5 +33,5 @@
 		Parameters* parameters; //pointer to solution parameters
 		Inputs*  inputs;
-	
+
 		/*internals: */
 		int active;
@@ -96,4 +96,2 @@
 
 #endif  /* _PENGRID_H_ */
-
-
Index: /issm/trunk-jpl/src/c/classes/objects/Loads/Penpair.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/Loads/Penpair.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/Loads/Penpair.h	(revision 13623)
@@ -71,4 +71,2 @@
 
 #endif  /* _PENPAIR_H_ */
-
-
Index: /issm/trunk-jpl/src/c/classes/objects/Loads/Riftfront.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/Loads/Riftfront.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/Loads/Riftfront.h	(revision 13623)
@@ -25,5 +25,5 @@
 		Hook* helements;
 		Hook* hmatpar;
-		
+
 		/*Corresponding fields*/
 		Matpar   *matpar;
@@ -45,5 +45,4 @@
 		Parameters *parameters;           //pointer to solution parameters
 		Inputs     *inputs;
-
 
 		/*Riftfrontconstructors,destructors: {{{*/
Index: /issm/trunk-jpl/src/c/classes/objects/Materials/Material.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/Materials/Material.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/Materials/Material.h	(revision 13623)
@@ -2,5 +2,4 @@
  * \brief abstract class for Material object
  */ 
-
 
 #ifndef _MATERIAL_H_
Index: /issm/trunk-jpl/src/c/classes/objects/Node.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/Node.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/Node.h	(revision 13623)
@@ -27,5 +27,5 @@
 		int id;    //unique arbitrary id.
 		int sid;   //"serial" id (rank of this node if the dataset was serial on 1 cpu)
-				
+
 		DofIndexing  indexing;
 		Hook        *hvertex;
Index: /issm/trunk-jpl/src/c/classes/objects/Object.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/Object.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/Object.h	(revision 13623)
@@ -7,5 +7,4 @@
  * DataSet.
  */
-
 
 #ifndef _OBJECT_H_
Index: /issm/trunk-jpl/src/c/classes/objects/Options/GenericOption.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/Options/GenericOption.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/Options/GenericOption.h	(revision 13623)
@@ -44,5 +44,4 @@
 			size  =NULL;
 
-
 		} /*}}}*/
 		~GenericOption(){ /*{{{*/
@@ -83,5 +82,5 @@
 		int   ObjectEnum(){return GenericOptionEnum;};
 		Object* copy(){_error_("Not implemented yet");};
-		
+
 		/*GenericOption functions: */
 		char* Name(){return name;};
Index: /issm/trunk-jpl/src/c/classes/objects/Options/Option.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/Options/Option.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/Options/Option.h	(revision 13623)
@@ -17,5 +17,5 @@
 
 	public:
-		
+
 		/*Option constructors, destructors*/
 		Option(){};
Index: /issm/trunk-jpl/src/c/classes/objects/Options/OptionUtilities.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/Options/OptionUtilities.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/Options/OptionUtilities.h	(revision 13623)
@@ -22,3 +22,2 @@
 
 #endif  /* _OPTIONUTILITIES_H */
-
Index: /issm/trunk-jpl/src/c/classes/objects/Params/BoolParam.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/Params/BoolParam.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/Params/BoolParam.h	(revision 13623)
@@ -2,5 +2,4 @@
  *  \brief: header file for triavertexinput object
  */
-
 
 #ifndef _BOOLPARAM_H_
@@ -71,5 +70,5 @@
 		void  SetValue(IssmDouble** array, int M, int* mdim_array, int* ndim_array){_error_("Param "<< EnumToStringx(enum_type) << " cannot hold an array of matrices");}
 		void  UnitConversion(int direction_enum);
-		
+
 		void GetParameterName(char**pname);
 		/*}}}*/
Index: /issm/trunk-jpl/src/c/classes/objects/Params/DataSetParam.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/Params/DataSetParam.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/Params/DataSetParam.h	(revision 13623)
@@ -2,5 +2,4 @@
  *  \brief: header file for triavertexinput object
  */
-
 
 #ifndef _DATASETPARAM_H_
Index: /issm/trunk-jpl/src/c/classes/objects/Params/DoubleMatArrayParam.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/Params/DoubleMatArrayParam.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/Params/DoubleMatArrayParam.h	(revision 13623)
@@ -2,5 +2,4 @@
  *  \brief: header file for object holding an array of serial matrices
  */
-
 
 #ifndef _DOUBLEMATARRAYPARAM_H_
Index: /issm/trunk-jpl/src/c/classes/objects/Params/DoubleMatParam.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/Params/DoubleMatParam.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/Params/DoubleMatParam.h	(revision 13623)
@@ -2,5 +2,4 @@
  *  \brief: header file for triavertexinput object
  */
-
 
 #ifndef _DOUBLEMATPARAM_H_
Index: /issm/trunk-jpl/src/c/classes/objects/Params/DoubleParam.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/Params/DoubleParam.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/Params/DoubleParam.h	(revision 13623)
@@ -2,5 +2,4 @@
  *  \brief: header file for triavertexinput object
  */
-
 
 #ifndef _DOUBLEPARAM_H_
Index: /issm/trunk-jpl/src/c/classes/objects/Params/DoubleTransientMatParam.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/Params/DoubleTransientMatParam.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/Params/DoubleTransientMatParam.h	(revision 13623)
@@ -2,5 +2,4 @@
  *  \brief: header file for DoubleTransientMatParam object
  */
-
 
 #ifndef _DOUBLETRANSIENTMATPARAM_H_
Index: /issm/trunk-jpl/src/c/classes/objects/Params/DoubleVecParam.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/Params/DoubleVecParam.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/Params/DoubleVecParam.h	(revision 13623)
@@ -2,5 +2,4 @@
  *  \brief: header file for triavertexinput object
  */
-
 
 #ifndef _DOUBLEVECPARAM_H_
@@ -72,5 +71,5 @@
 		void  SetValue(IssmDouble** array, int M, int* mdim_array, int* ndim_array){_error_("Param "<< EnumToStringx(enum_type) << " cannot hold an array of matrices");}
 		void  UnitConversion(int direction_enum);
-		
+
 		void GetParameterName(char**pname);
 		/*}}}*/
Index: /issm/trunk-jpl/src/c/classes/objects/Params/FileParam.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/Params/FileParam.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/Params/FileParam.h	(revision 13623)
@@ -2,5 +2,4 @@
  *  \brief: header file for triavertexinput object
  */
-
 
 #ifndef _FILEPARAM_H_
Index: /issm/trunk-jpl/src/c/classes/objects/Params/GenericParam.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/Params/GenericParam.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/Params/GenericParam.h	(revision 13623)
@@ -99,4 +99,3 @@
 };
 
-
 #endif /* GENERICPARAM_H_ */
Index: /issm/trunk-jpl/src/c/classes/objects/Params/IntMatParam.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/Params/IntMatParam.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/Params/IntMatParam.h	(revision 13623)
@@ -2,5 +2,4 @@
  *  \brief: header file for triavertexinput object
  */
-
 
 #ifndef _INTMATPARAM_H_
Index: /issm/trunk-jpl/src/c/classes/objects/Params/IntParam.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/Params/IntParam.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/Params/IntParam.h	(revision 13623)
@@ -2,5 +2,4 @@
  *  \brief: header file for triavertexinput object
  */
-
 
 #ifndef _INTPARAM_H_
Index: /issm/trunk-jpl/src/c/classes/objects/Params/IntVecParam.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/Params/IntVecParam.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/Params/IntVecParam.h	(revision 13623)
@@ -2,5 +2,4 @@
  *  \brief: header file for triavertexinput object
  */
-
 
 #ifndef _INTVECPARAM_H_
@@ -73,5 +72,5 @@
 		void  SetValue(IssmDouble** array, int M, int* mdim_array, int* ndim_array){_error_("Param "<< EnumToStringx(enum_type) << " cannot hold an array of matrices");}
 		void  UnitConversion(int direction_enum);
-		
+
 		void GetParameterName(char**pname);
 		/*}}}*/
Index: /issm/trunk-jpl/src/c/classes/objects/Params/MatrixParam.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/Params/MatrixParam.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/Params/MatrixParam.h	(revision 13623)
@@ -2,5 +2,4 @@
  *  \brief: header file for MatrixParam object
  */
-
 
 #ifndef _MATRIXPARAM_H_
Index: /issm/trunk-jpl/src/c/classes/objects/Params/Param.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/Params/Param.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/Params/Param.h	(revision 13623)
@@ -2,5 +2,4 @@
  * \brief abstract class for Param object
  */ 
-
 
 #ifndef _PARAM_H_
@@ -42,5 +41,5 @@
 		virtual void  GetParameterValue(FILE** pfid)=0;
 		virtual void  GetParameterValue(DataSet** pdataset)=0;
-		
+
 		virtual void  SetValue(bool boolean)=0;
 		virtual void  SetValue(int integer)=0;
Index: /issm/trunk-jpl/src/c/classes/objects/Params/StringArrayParam.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/Params/StringArrayParam.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/Params/StringArrayParam.h	(revision 13623)
@@ -2,5 +2,4 @@
  *  \brief: header file for triavertexinput object
  */
-
 
 #ifndef _STRINGARRAYPARAM_H_
@@ -27,5 +26,4 @@
 		char**   value;
 		int      numstrings;
-
 
 	public:
Index: /issm/trunk-jpl/src/c/classes/objects/Params/StringParam.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/Params/StringParam.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/Params/StringParam.h	(revision 13623)
@@ -2,5 +2,4 @@
  *  \brief: header file for triavertexinput object
  */
-
 
 #ifndef _STRINGPARAM_H_
Index: /issm/trunk-jpl/src/c/classes/objects/Params/VectorParam.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/Params/VectorParam.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/Params/VectorParam.h	(revision 13623)
@@ -2,5 +2,4 @@
  *  \brief: header file for triavertexinput object
  */
-
 
 #ifndef _VECTORPARAM_H_
Index: /issm/trunk-jpl/src/c/classes/objects/Profiler.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/Profiler.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/Profiler.h	(revision 13623)
@@ -25,5 +25,4 @@
 	Finish
 };
-
 
 class Profiler: public Object{
Index: /issm/trunk-jpl/src/c/classes/objects/Vertex.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/Vertex.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/classes/objects/Vertex.h	(revision 13623)
@@ -17,5 +17,4 @@
 
 /*}}}*/
-
 
 class Vertex: public Object{
Index: /issm/trunk-jpl/src/c/include/globals.h
===================================================================
--- /issm/trunk-jpl/src/c/include/globals.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/include/globals.h	(revision 13623)
@@ -6,5 +6,4 @@
 #define GLOBALS_H_
 
-
 #include "./types.h"
 #include "../classes/IssmComm.h"
Index: /issm/trunk-jpl/src/c/include/typedefs.h
===================================================================
--- /issm/trunk-jpl/src/c/include/typedefs.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/include/typedefs.h	(revision 13623)
@@ -36,5 +36,5 @@
 #define INFINITY (DBL_MAX+DBL_MAX)
 #define NAN (INFINITY-INFINITY)
-	
+
 #endif
 
Index: /issm/trunk-jpl/src/c/modules/AverageFilterx/AverageFilterx.h
===================================================================
--- /issm/trunk-jpl/src/c/modules/AverageFilterx/AverageFilterx.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/modules/AverageFilterx/AverageFilterx.h	(revision 13623)
@@ -11,5 +11,4 @@
 /* local prototypes: */
 int AverageFilterx(double** pimageout,double* imagein, int lines,int samp,int smooth);
-	
+
 #endif /* AVERAGEFILTERX_H */
-
Index: /issm/trunk-jpl/src/c/modules/Chacox/Chacox.h
===================================================================
--- /issm/trunk-jpl/src/c/modules/Chacox/Chacox.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/modules/Chacox/Chacox.h	(revision 13623)
@@ -44,4 +44,3 @@
 #define __FUNCT__  "Chacox"
 
-
 #endif  /* _CHACOX_H */
Index: /issm/trunk-jpl/src/c/modules/ComputeBasalStressx/ComputeBasalStressx.h
===================================================================
--- /issm/trunk-jpl/src/c/modules/ComputeBasalStressx/ComputeBasalStressx.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/modules/ComputeBasalStressx/ComputeBasalStressx.h	(revision 13623)
@@ -13,3 +13,2 @@
 
 #endif  /* _COMPUTEBASALSTRESSX_H */
-
Index: /issm/trunk-jpl/src/c/modules/ComputeStrainRatex/ComputeStrainRatex.h
===================================================================
--- /issm/trunk-jpl/src/c/modules/ComputeStrainRatex/ComputeStrainRatex.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/modules/ComputeStrainRatex/ComputeStrainRatex.h	(revision 13623)
@@ -13,3 +13,2 @@
 
 #endif  /* _COMPUTESTRAINRATEX_H */
-
Index: /issm/trunk-jpl/src/c/modules/ConstraintsStatex/ConstraintsStateLocal.h
===================================================================
--- /issm/trunk-jpl/src/c/modules/ConstraintsStatex/ConstraintsStateLocal.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/modules/ConstraintsStatex/ConstraintsStateLocal.h	(revision 13623)
@@ -27,3 +27,2 @@
 
 #endif  /* _CONSTRAINTSSTATEX_H */
-
Index: /issm/trunk-jpl/src/c/modules/ConstraintsStatex/ConstraintsStatex.h
===================================================================
--- /issm/trunk-jpl/src/c/modules/ConstraintsStatex/ConstraintsStatex.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/modules/ConstraintsStatex/ConstraintsStatex.h	(revision 13623)
@@ -15,3 +15,2 @@
 
 #endif  /* _CONSTRAINTSSTATEX_H */
-
Index: /issm/trunk-jpl/src/c/modules/ContourToMeshx/ContourToMeshx.h
===================================================================
--- /issm/trunk-jpl/src/c/modules/ContourToMeshx/ContourToMeshx.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/modules/ContourToMeshx/ContourToMeshx.h	(revision 13623)
@@ -2,5 +2,4 @@
 	ContourToMeshx.h
 */
-
 
 #ifndef _CONTOURTOMESHX_H
@@ -22,5 +21,4 @@
 } ContourToMeshxThreadStruct;
 
-
 /* local prototypes: */
 int ContourToMeshx(SeqVec<double>** pin_nods,SeqVec<double>** pin_elem, double* index, double* x, double* y,DataSet* contours,char* interptype,int nel,int nods, int edgevalue);
Index: /issm/trunk-jpl/src/c/modules/ElementConnectivityx/ElementConnectivityx.h
===================================================================
--- /issm/trunk-jpl/src/c/modules/ElementConnectivityx/ElementConnectivityx.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/modules/ElementConnectivityx/ElementConnectivityx.h	(revision 13623)
@@ -10,3 +10,2 @@
 
 #endif  /* _ELEMENTCONNECTIVITYX_H */
-
Index: /issm/trunk-jpl/src/c/modules/ElementResponsex/ElementResponsex.h
===================================================================
--- /issm/trunk-jpl/src/c/modules/ElementResponsex/ElementResponsex.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/modules/ElementResponsex/ElementResponsex.h	(revision 13623)
@@ -13,3 +13,2 @@
 
 #endif  /* _ELEMENTRESPONSEX_H */
-
Index: /issm/trunk-jpl/src/c/modules/GetSolutionFromInputsx/GetSolutionFromInputsx.h
===================================================================
--- /issm/trunk-jpl/src/c/modules/GetSolutionFromInputsx/GetSolutionFromInputsx.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/modules/GetSolutionFromInputsx/GetSolutionFromInputsx.h	(revision 13623)
@@ -13,3 +13,2 @@
 
 #endif  /* _GETSOLUTIONFROMINPUTSXX_H */
-
Index: /issm/trunk-jpl/src/c/modules/GetVectorFromControlInputsx/GetVectorFromControlInputsx.h
===================================================================
--- /issm/trunk-jpl/src/c/modules/GetVectorFromControlInputsx/GetVectorFromControlInputsx.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/modules/GetVectorFromControlInputsx/GetVectorFromControlInputsx.h	(revision 13623)
@@ -13,3 +13,2 @@
 
 #endif  /* _GETVECTORFROMCONTROLINPUTSXX_H */
-
Index: /issm/trunk-jpl/src/c/modules/GetVectorFromInputsx/GetVectorFromInputsx.h
===================================================================
--- /issm/trunk-jpl/src/c/modules/GetVectorFromInputsx/GetVectorFromInputsx.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/modules/GetVectorFromInputsx/GetVectorFromInputsx.h	(revision 13623)
@@ -13,3 +13,2 @@
 
 #endif  /* _GETVECTORFROMINPUTSXX_H */
-
Index: /issm/trunk-jpl/src/c/modules/HoleFillerx/HoleFillerx.h
===================================================================
--- /issm/trunk-jpl/src/c/modules/HoleFillerx/HoleFillerx.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/modules/HoleFillerx/HoleFillerx.h	(revision 13623)
@@ -2,5 +2,4 @@
 	HoleFillerx.h
 */
-
 
 #ifndef HOLEFILLERX_H
@@ -12,5 +11,4 @@
 /* local prototypes: */
 int HoleFillerx(double** pimageout,double* imagein, int lines,int samp,int smooth);
-	
+
 #endif /* HOLEFILLERX_H */
-
Index: /issm/trunk-jpl/src/c/modules/InputConvergencex/InputConvergencex.h
===================================================================
--- /issm/trunk-jpl/src/c/modules/InputConvergencex/InputConvergencex.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/modules/InputConvergencex/InputConvergencex.h	(revision 13623)
@@ -11,3 +11,2 @@
 
 #endif  /* _INPUTCONVERGENCEX_H */
-
Index: /issm/trunk-jpl/src/c/modules/InputDuplicatex/InputDuplicatex.h
===================================================================
--- /issm/trunk-jpl/src/c/modules/InputDuplicatex/InputDuplicatex.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/modules/InputDuplicatex/InputDuplicatex.h	(revision 13623)
@@ -12,3 +12,2 @@
 
 #endif  /* _INPUTDUPLICATEX_H */
-
Index: /issm/trunk-jpl/src/c/modules/InputScalex/InputScalex.h
===================================================================
--- /issm/trunk-jpl/src/c/modules/InputScalex/InputScalex.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/modules/InputScalex/InputScalex.h	(revision 13623)
@@ -12,3 +12,2 @@
 
 #endif  /* _SCALEINPUTX_H */
-
Index: /issm/trunk-jpl/src/c/modules/InputUpdateFromConstantx/InputUpdateFromConstantx.h
===================================================================
--- /issm/trunk-jpl/src/c/modules/InputUpdateFromConstantx/InputUpdateFromConstantx.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/modules/InputUpdateFromConstantx/InputUpdateFromConstantx.h	(revision 13623)
@@ -15,3 +15,2 @@
 
 #endif  /* _UPDATEINPUTSFROMCONSTANTXX_H */
-
Index: /issm/trunk-jpl/src/c/modules/InputUpdateFromDakotax/InputUpdateFromDakotax.h
===================================================================
--- /issm/trunk-jpl/src/c/modules/InputUpdateFromDakotax/InputUpdateFromDakotax.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/modules/InputUpdateFromDakotax/InputUpdateFromDakotax.h	(revision 13623)
@@ -12,3 +12,2 @@
 
 #endif  /* _INPUTUPDATEFROMDAKOTAXX_H */
-
Index: /issm/trunk-jpl/src/c/modules/InputUpdateFromMatrixDakotax/InputUpdateFromMatrixDakotax.h
===================================================================
--- /issm/trunk-jpl/src/c/modules/InputUpdateFromMatrixDakotax/InputUpdateFromMatrixDakotax.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/modules/InputUpdateFromMatrixDakotax/InputUpdateFromMatrixDakotax.h	(revision 13623)
@@ -13,3 +13,2 @@
 
 #endif  /* _UPDATEINPUTSFROMMATRIXDAKOTAXX_H */
-
Index: /issm/trunk-jpl/src/c/modules/InputUpdateFromSolutionx/InputUpdateFromSolutionx.h
===================================================================
--- /issm/trunk-jpl/src/c/modules/InputUpdateFromSolutionx/InputUpdateFromSolutionx.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/modules/InputUpdateFromSolutionx/InputUpdateFromSolutionx.h	(revision 13623)
@@ -18,3 +18,2 @@
 
 #endif  /* _UPDATEINPUTSFROMSOLUTIONXX_H */
-
Index: /issm/trunk-jpl/src/c/modules/InputUpdateFromVectorDakotax/InputUpdateFromVectorDakotax.h
===================================================================
--- /issm/trunk-jpl/src/c/modules/InputUpdateFromVectorDakotax/InputUpdateFromVectorDakotax.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/modules/InputUpdateFromVectorDakotax/InputUpdateFromVectorDakotax.h	(revision 13623)
@@ -16,3 +16,2 @@
 
 #endif  /* _UPDATEINPUTSFROMVECTORDAKOTAXX_H */
-
Index: /issm/trunk-jpl/src/c/modules/InputUpdateFromVectorx/InputUpdateFromVectorx.h
===================================================================
--- /issm/trunk-jpl/src/c/modules/InputUpdateFromVectorx/InputUpdateFromVectorx.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/modules/InputUpdateFromVectorx/InputUpdateFromVectorx.h	(revision 13623)
@@ -16,3 +16,2 @@
 
 #endif  /* _UPDATEINPUTSFROMVECTORXX_H */
-
Index: /issm/trunk-jpl/src/c/modules/InterpFromMesh2dx/InterpFromMesh2dx.h
===================================================================
--- /issm/trunk-jpl/src/c/modules/InterpFromMesh2dx/InterpFromMesh2dx.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/modules/InterpFromMesh2dx/InterpFromMesh2dx.h	(revision 13623)
@@ -29,5 +29,4 @@
 	double              *incontour;
 
-
 } InterpFromMesh2dxThreadStruct;
 
Index: /issm/trunk-jpl/src/c/modules/MassFluxx/MassFluxx.h
===================================================================
--- /issm/trunk-jpl/src/c/modules/MassFluxx/MassFluxx.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/modules/MassFluxx/MassFluxx.h	(revision 13623)
@@ -12,5 +12,3 @@
 void MassFluxx(IssmDouble* pmass_flux, Elements* elements,Nodes* nodes, Vertices* vertices,Loads* loads,Materials* materials, Parameters* parameters,bool process_units);
 
-
 #endif  /* _MASSFLUXX_H */
-
Index: /issm/trunk-jpl/src/c/modules/MaxAbsVxx/MaxAbsVxx.h
===================================================================
--- /issm/trunk-jpl/src/c/modules/MaxAbsVxx/MaxAbsVxx.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/modules/MaxAbsVxx/MaxAbsVxx.h	(revision 13623)
@@ -13,3 +13,2 @@
 
 #endif  /* _MAXABSVXX_H */
-
Index: /issm/trunk-jpl/src/c/modules/MaxAbsVyx/MaxAbsVyx.h
===================================================================
--- /issm/trunk-jpl/src/c/modules/MaxAbsVyx/MaxAbsVyx.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/modules/MaxAbsVyx/MaxAbsVyx.h	(revision 13623)
@@ -13,3 +13,2 @@
 
 #endif  /* _MAXABSVYX_H */
-
Index: /issm/trunk-jpl/src/c/modules/MaxAbsVzx/MaxAbsVzx.h
===================================================================
--- /issm/trunk-jpl/src/c/modules/MaxAbsVzx/MaxAbsVzx.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/modules/MaxAbsVzx/MaxAbsVzx.h	(revision 13623)
@@ -13,3 +13,2 @@
 
 #endif  /* _MAXABSVZX_H */
-
Index: /issm/trunk-jpl/src/c/modules/MaxVelx/MaxVelx.h
===================================================================
--- /issm/trunk-jpl/src/c/modules/MaxVelx/MaxVelx.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/modules/MaxVelx/MaxVelx.h	(revision 13623)
@@ -13,3 +13,2 @@
 
 #endif  /* _MAXVELX_H */
-
Index: /issm/trunk-jpl/src/c/modules/MaxVxx/MaxVxx.h
===================================================================
--- /issm/trunk-jpl/src/c/modules/MaxVxx/MaxVxx.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/modules/MaxVxx/MaxVxx.h	(revision 13623)
@@ -12,3 +12,2 @@
 
 #endif  /* _MAXVXX_H */
-
Index: /issm/trunk-jpl/src/c/modules/MaxVyx/MaxVyx.h
===================================================================
--- /issm/trunk-jpl/src/c/modules/MaxVyx/MaxVyx.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/modules/MaxVyx/MaxVyx.h	(revision 13623)
@@ -13,3 +13,2 @@
 
 #endif  /* _MAXVYX_H */
-
Index: /issm/trunk-jpl/src/c/modules/MaxVzx/MaxVzx.h
===================================================================
--- /issm/trunk-jpl/src/c/modules/MaxVzx/MaxVzx.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/modules/MaxVzx/MaxVzx.h	(revision 13623)
@@ -13,3 +13,2 @@
 
 #endif  /* _MAXVZX_H */
-
Index: /issm/trunk-jpl/src/c/modules/Mergesolutionfromftogx/Mergesolutionfromftogx.h
===================================================================
--- /issm/trunk-jpl/src/c/modules/Mergesolutionfromftogx/Mergesolutionfromftogx.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/modules/Mergesolutionfromftogx/Mergesolutionfromftogx.h	(revision 13623)
@@ -12,3 +12,2 @@
 
 #endif  /* _MERGESOLUTIONFROMFTOGX_H */
-
Index: /issm/trunk-jpl/src/c/modules/MeshPartitionx/MeshPartitionx.h
===================================================================
--- /issm/trunk-jpl/src/c/modules/MeshPartitionx/MeshPartitionx.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/modules/MeshPartitionx/MeshPartitionx.h	(revision 13623)
@@ -8,5 +8,4 @@
 #include "../../include/include.h"
 #include "../../EnumDefinitions/EnumDefinitions.h"
-
 
 /* local prototypes: */
@@ -89,5 +88,5 @@
 		/*Extrude epart2d to epart, using numlayers: */
 		epart=xNew<int>(numberofelements);
-		
+
 		count=0;
 		for(i=0;i<(numlayers-1);i++){
@@ -100,5 +99,5 @@
 		/*Extrude npart2d to npart, using numlayers: */
 		npart=xNew<int>(numberofnodes);
-		
+
 		count=0;
 		for(i=0;i<(numlayers);i++){
@@ -109,5 +108,5 @@
 		}
 	}
-	
+
 	/*Assign output pointer:*/
 	*pepart=epart;
Index: /issm/trunk-jpl/src/c/modules/MeshProfileIntersectionx/MeshProfileIntersectionx.h
===================================================================
--- /issm/trunk-jpl/src/c/modules/MeshProfileIntersectionx/MeshProfileIntersectionx.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/modules/MeshProfileIntersectionx/MeshProfileIntersectionx.h	(revision 13623)
@@ -2,5 +2,4 @@
 	MeshProfileIntersectionx.h
 */
-
 
 #ifndef _MESHPROFILEINTERSECTIONX_H
@@ -19,3 +18,2 @@
 
 #endif /* _MESHPROFILEINTERSECTIONX_H */
-
Index: /issm/trunk-jpl/src/c/modules/MinVelx/MinVelx.h
===================================================================
--- /issm/trunk-jpl/src/c/modules/MinVelx/MinVelx.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/modules/MinVelx/MinVelx.h	(revision 13623)
@@ -13,3 +13,2 @@
 
 #endif  /* _MINVELX_H */
-
Index: /issm/trunk-jpl/src/c/modules/MinVxx/MinVxx.h
===================================================================
--- /issm/trunk-jpl/src/c/modules/MinVxx/MinVxx.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/modules/MinVxx/MinVxx.h	(revision 13623)
@@ -13,3 +13,2 @@
 
 #endif  /* _MINVX_H */
-
Index: /issm/trunk-jpl/src/c/modules/MinVyx/MinVyx.h
===================================================================
--- /issm/trunk-jpl/src/c/modules/MinVyx/MinVyx.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/modules/MinVyx/MinVyx.h	(revision 13623)
@@ -13,3 +13,2 @@
 
 #endif  /* _MINVYX_H */
-
Index: /issm/trunk-jpl/src/c/modules/MinVzx/MinVzx.h
===================================================================
--- /issm/trunk-jpl/src/c/modules/MinVzx/MinVzx.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/modules/MinVzx/MinVzx.h	(revision 13623)
@@ -13,3 +13,2 @@
 
 #endif  /* _MINVZX_H */
-
Index: /issm/trunk-jpl/src/c/modules/ModelProcessorx/ModelProcessorx.h
===================================================================
--- /issm/trunk-jpl/src/c/modules/ModelProcessorx/ModelProcessorx.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/modules/ModelProcessorx/ModelProcessorx.h	(revision 13623)
@@ -109,5 +109,4 @@
 void  UpdateCounters(IoModel* iomodel,Nodes** pnodes,Loads** ploads, Constraints** pconstraints);
 
-
 /*Distribution of dofs: */
 void DistributeNumDofs(DofIndexing* index,int analysis_type,IssmDouble* vertices_type);
Index: /issm/trunk-jpl/src/c/modules/NodalValuex/NodalValuex.h
===================================================================
--- /issm/trunk-jpl/src/c/modules/NodalValuex/NodalValuex.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/modules/NodalValuex/NodalValuex.h	(revision 13623)
@@ -13,3 +13,2 @@
 
 #endif  /* _NODALVALUEX_H */
-
Index: /issm/trunk-jpl/src/c/modules/NodeConnectivityx/NodeConnectivityx.h
===================================================================
--- /issm/trunk-jpl/src/c/modules/NodeConnectivityx/NodeConnectivityx.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/modules/NodeConnectivityx/NodeConnectivityx.h	(revision 13623)
@@ -10,3 +10,2 @@
 
 #endif  /* _NODECONNECTIVITYX_H */
-
Index: /issm/trunk-jpl/src/c/modules/Orthx/Orthx.h
===================================================================
--- /issm/trunk-jpl/src/c/modules/Orthx/Orthx.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/modules/Orthx/Orthx.h	(revision 13623)
@@ -14,3 +14,2 @@
 
 #endif  /* _ORTHX_H */
-
Index: /issm/trunk-jpl/src/c/modules/OutputResultsx/OutputResultsx.h
===================================================================
--- /issm/trunk-jpl/src/c/modules/OutputResultsx/OutputResultsx.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/modules/OutputResultsx/OutputResultsx.h	(revision 13623)
@@ -17,3 +17,2 @@
 
 #endif  /* _OUTPUTRESULTS_H */
-
Index: /issm/trunk-jpl/src/c/modules/OutputRiftsx/OutputRiftsx.h
===================================================================
--- /issm/trunk-jpl/src/c/modules/OutputRiftsx/OutputRiftsx.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/modules/OutputRiftsx/OutputRiftsx.h	(revision 13623)
@@ -12,3 +12,2 @@
 
 #endif  /* _OUTPUTRIFTSX_H */
-
Index: /issm/trunk-jpl/src/c/modules/PointCloudFindNeighborsx/PointCloudFindNeighborsx.h
===================================================================
--- /issm/trunk-jpl/src/c/modules/PointCloudFindNeighborsx/PointCloudFindNeighborsx.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/modules/PointCloudFindNeighborsx/PointCloudFindNeighborsx.h	(revision 13623)
@@ -2,5 +2,4 @@
 	PointCloudFindNeighborsx.h
 */
-
 
 #ifndef _POINTCLOUDFLAGNEIGHBORSX_H
@@ -26,5 +25,3 @@
 void* PointCloudFindNeighborsxt(void* vPointCloudFindNeighborsThreadStruct);
 
-
 #endif /* _POINTCLOUDFLAGNEIGHBORSX_H */
-
Index: /issm/trunk-jpl/src/c/modules/PropagateFlagsFromConnectivityx/PropagateFlagsFromConnectivityx.h
===================================================================
--- /issm/trunk-jpl/src/c/modules/PropagateFlagsFromConnectivityx/PropagateFlagsFromConnectivityx.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/modules/PropagateFlagsFromConnectivityx/PropagateFlagsFromConnectivityx.h	(revision 13623)
@@ -11,3 +11,2 @@
 
 #endif  /* _PROPAGATEFLAGSFROMCONNECTIVITYX_H */
-
Index: /issm/trunk-jpl/src/c/modules/Reducevectorgtofx/Reducevectorgtofx.h
===================================================================
--- /issm/trunk-jpl/src/c/modules/Reducevectorgtofx/Reducevectorgtofx.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/modules/Reducevectorgtofx/Reducevectorgtofx.h	(revision 13623)
@@ -13,3 +13,2 @@
 
 #endif  /* _REDUCEVECTORGTOFX_H */
-
Index: /issm/trunk-jpl/src/c/modules/Reducevectorgtosx/Reducevectorgtosx.h
===================================================================
--- /issm/trunk-jpl/src/c/modules/Reducevectorgtosx/Reducevectorgtosx.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/modules/Reducevectorgtosx/Reducevectorgtosx.h	(revision 13623)
@@ -13,3 +13,2 @@
 
 #endif  /* _REDUCEVECTORGTOSX_H */
-
Index: /issm/trunk-jpl/src/c/modules/RequestedDependentsx/RequestedDependentsx.h
===================================================================
--- /issm/trunk-jpl/src/c/modules/RequestedDependentsx/RequestedDependentsx.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/modules/RequestedDependentsx/RequestedDependentsx.h	(revision 13623)
@@ -12,3 +12,2 @@
 
 #endif  /* _INPUTTORESULTX_H */
-
Index: /issm/trunk-jpl/src/c/modules/RequestedOutputsx/RequestedOutputsx.h
===================================================================
--- /issm/trunk-jpl/src/c/modules/RequestedOutputsx/RequestedOutputsx.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/modules/RequestedOutputsx/RequestedOutputsx.h	(revision 13623)
@@ -12,3 +12,2 @@
 
 #endif  /* _INPUTTORESULTX_H */
-
Index: /issm/trunk-jpl/src/c/modules/ResetConstraintsx/ResetConstraintsx.h
===================================================================
--- /issm/trunk-jpl/src/c/modules/ResetConstraintsx/ResetConstraintsx.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/modules/ResetConstraintsx/ResetConstraintsx.h	(revision 13623)
@@ -14,3 +14,2 @@
 
 #endif  /* _RESETCONSTRAINTSX_H */
-
Index: /issm/trunk-jpl/src/c/modules/Scotchx/Scotchx.h
===================================================================
--- /issm/trunk-jpl/src/c/modules/Scotchx/Scotchx.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/modules/Scotchx/Scotchx.h	(revision 13623)
@@ -5,5 +5,4 @@
 #ifndef _SCOTCHX_H
 #define _SCOTCHX_H
-
 
 #undef __FUNCT__ 
Index: /issm/trunk-jpl/src/c/modules/Solverx/Solverx.h
===================================================================
--- /issm/trunk-jpl/src/c/modules/Solverx/Solverx.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/modules/Solverx/Solverx.h	(revision 13623)
@@ -38,3 +38,2 @@
 
 #endif  /* _SOLVERX_H */
-
Index: /issm/trunk-jpl/src/c/modules/SurfaceAreax/SurfaceAreax.h
===================================================================
--- /issm/trunk-jpl/src/c/modules/SurfaceAreax/SurfaceAreax.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/modules/SurfaceAreax/SurfaceAreax.h	(revision 13623)
@@ -13,3 +13,2 @@
 
 #endif  /* _SURFACEAREAX_H */
-
Index: /issm/trunk-jpl/src/c/modules/TimeAdaptx/TimeAdaptx.h
===================================================================
--- /issm/trunk-jpl/src/c/modules/TimeAdaptx/TimeAdaptx.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/modules/TimeAdaptx/TimeAdaptx.h	(revision 13623)
@@ -12,3 +12,2 @@
 
 #endif  /* _TIMEADAPTX_H */
-
Index: /issm/trunk-jpl/src/c/modules/UpdateVertexPositionsx/UpdateVertexPositionsx.h
===================================================================
--- /issm/trunk-jpl/src/c/modules/UpdateVertexPositionsx/UpdateVertexPositionsx.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/modules/UpdateVertexPositionsx/UpdateVertexPositionsx.h	(revision 13623)
@@ -12,3 +12,2 @@
 
 #endif  /* _UPDATEVERTEXPOSITIONSXX_H */
-
Index: /issm/trunk-jpl/src/c/modules/VerticesDofx/VerticesDofx.h
===================================================================
--- /issm/trunk-jpl/src/c/modules/VerticesDofx/VerticesDofx.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/modules/VerticesDofx/VerticesDofx.h	(revision 13623)
@@ -13,3 +13,2 @@
 
 #endif  /* _VERTICESDOFX_H */
-
Index: /issm/trunk-jpl/src/c/python/include/python_macros.h
===================================================================
--- /issm/trunk-jpl/src/c/python/include/python_macros.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/python/include/python_macros.h	(revision 13623)
@@ -45,5 +45,5 @@
 /* WRAPPER 3.2 {{{*/
 #define WRAPPER(modulename,...)  \
-\
+
 static PyObject* modulename(PyObject* self,PyObject* args);\
 static PyMethodDef modulename##_funcs[] = {\
@@ -51,5 +51,5 @@
 	{NULL,NULL,0,NULL}\
 };\
-\
+
 static struct PyModuleDef modulename##module= {\
 	PyModuleDef_HEAD_INIT,\
@@ -60,11 +60,11 @@
 	modulename##_funcs\
 };\
-\
+
 PyMODINIT_FUNC PyInit_##modulename(void){\
-\
+
 	import_array();\
 	return PyModule_Create(&modulename##module);\
 }\
-\
+
 static PyObject* modulename(PyObject* self,PyObject* args)
 /*}}}*/
@@ -72,5 +72,5 @@
 /* WRAPPER 2.7 {{{*/
 #define WRAPPER(modulename,...)  \
-\
+
 static PyObject* modulename(PyObject* self,PyObject* args);\
 static PyMethodDef modulename##_funcs[] = {\
@@ -78,11 +78,11 @@
 	{NULL,NULL,0,NULL}\
 };\
-\
+
 PyMODINIT_FUNC init##modulename(void){\
-\
+
 	import_array();\
 	(void) Py_InitModule(#modulename, modulename##_funcs);\
 }\
-\
+
 static PyObject* modulename(PyObject* self,PyObject* args)
 /*}}}*/
Index: /issm/trunk-jpl/src/c/shared/Alloc/xNewDelete.h
===================================================================
--- /issm/trunk-jpl/src/c/shared/Alloc/xNewDelete.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/shared/Alloc/xNewDelete.h	(revision 13623)
@@ -7,5 +7,4 @@
 
 #include <cassert>
-
 
 // memory management of types 
@@ -154,3 +153,2 @@
 
 #endif
-
Index: /issm/trunk-jpl/src/c/shared/Bamg/shared.h
===================================================================
--- /issm/trunk-jpl/src/c/shared/Bamg/shared.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/shared/Bamg/shared.h	(revision 13623)
@@ -2,5 +2,4 @@
  * \brief: header file for all shared  routines.
  */
-
 
 #ifndef _SHAREDBamg_H_
Index: /issm/trunk-jpl/src/c/shared/Exceptions/exceptions.h
===================================================================
--- /issm/trunk-jpl/src/c/shared/Exceptions/exceptions.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/shared/Exceptions/exceptions.h	(revision 13623)
@@ -16,5 +16,5 @@
 /*We derive our classes from the c++ exception class: */
 class ErrorException: public exception {
-	
+
 	string   what_str;
 	string   function_name;
Index: /issm/trunk-jpl/src/c/shared/Exp/exp.h
===================================================================
--- /issm/trunk-jpl/src/c/shared/Exp/exp.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/shared/Exp/exp.h	(revision 13623)
@@ -60,5 +60,5 @@
 template <class doubletype>
 int DomainOutlineRead(int* pnprof,int** pprofnvertices,doubletype*** ppprofx,doubletype*** ppprofy,bool** pclosed,char* domainname){
-	
+
 	/*indexing: */
 	int i,counter;
@@ -100,5 +100,5 @@
 		nprof++;
 	}
-	
+
 	/*Allocate and initialize all the profiles: */
 	profnvertices = xNew<int>(nprof);
@@ -121,8 +121,8 @@
 		fscanf(fid,"%256s %256s\n",chardummy,chardummy);
 		fscanf(fid,"%256s %256s %256s %256s\n",chardummy,chardummy,chardummy,chardummy);
-		
+
 		/*Get number of profile vertices: */
 		fscanf(fid,"%20u %256s\n",&n,chardummy);
-	
+
 		/*Skip next line: */
 		fscanf(fid,"%256s %256s %256s %256s %256s\n",chardummy,chardummy,chardummy,chardummy,chardummy);
@@ -131,5 +131,5 @@
 		x=xNew<doubletype>(n);
 		y=xNew<doubletype>(n);
-		
+
 		/*Read vertices: */
 		for (i=0;i<n;i++){
Index: /issm/trunk-jpl/src/c/shared/MemOps/xMemCpy.h
===================================================================
--- /issm/trunk-jpl/src/c/shared/MemOps/xMemCpy.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/shared/MemOps/xMemCpy.h	(revision 13623)
@@ -17,3 +17,2 @@
 
 #endif
-
Index: /issm/trunk-jpl/src/c/shared/String/sharedstring.h
===================================================================
--- /issm/trunk-jpl/src/c/shared/String/sharedstring.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/shared/String/sharedstring.h	(revision 13623)
@@ -13,3 +13,2 @@
 
 #endif //ifndef _SHAREDSTRING_H_
-
Index: /issm/trunk-jpl/src/c/shared/Threads/issm_threads.h
===================================================================
--- /issm/trunk-jpl/src/c/shared/Threads/issm_threads.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/shared/Threads/issm_threads.h	(revision 13623)
@@ -14,5 +14,4 @@
 } pthread_handle;
 
-
 /*routine that launches "function" in a multi-threaded way if requested, 
  * or just serially if not requested: */
Index: /issm/trunk-jpl/src/c/toolkits/issm/SeqMat.h
===================================================================
--- /issm/trunk-jpl/src/c/toolkits/issm/SeqMat.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/toolkits/issm/SeqMat.h	(revision 13623)
@@ -30,5 +30,5 @@
 
 	public:
-	
+
 		int M,N; 
 		doubletype* matrix;  /*here, doubletype is either IssmDouble or IssmPDouble*/
Index: /issm/trunk-jpl/src/c/toolkits/issm/SeqVec.h
===================================================================
--- /issm/trunk-jpl/src/c/toolkits/issm/SeqVec.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/toolkits/issm/SeqVec.h	(revision 13623)
@@ -29,5 +29,5 @@
 
 	public:
-	
+
 		doubletype* vector;
 		int M;
Index: /issm/trunk-jpl/src/c/toolkits/mpi/patches/mpipatches.h
===================================================================
--- /issm/trunk-jpl/src/c/toolkits/mpi/patches/mpipatches.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/toolkits/mpi/patches/mpipatches.h	(revision 13623)
@@ -2,5 +2,4 @@
  *  \brief: prototype header for all ISSM add-ons to MPI
  */
-
 
 #ifndef MPI_PATCHES_H_ 
Index: /issm/trunk-jpl/src/c/toolkits/petsc/objects/PetscMat.h
===================================================================
--- /issm/trunk-jpl/src/c/toolkits/petsc/objects/PetscMat.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/toolkits/petsc/objects/PetscMat.h	(revision 13623)
@@ -53,4 +53,4 @@
 
 };
-		
+
 #endif //#ifndef _PETSCMAT_H_
Index: /issm/trunk-jpl/src/c/toolkits/petsc/objects/PetscVec.h
===================================================================
--- /issm/trunk-jpl/src/c/toolkits/petsc/objects/PetscVec.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/toolkits/petsc/objects/PetscVec.h	(revision 13623)
@@ -19,5 +19,4 @@
 #include "../../../include/include.h"
 
-
 /*}}}*/
 
@@ -30,5 +29,4 @@
 		IssmDouble* avector;
 		#endif
-
 
 		/*PetscVec constructors, destructors {{{*/
Index: /issm/trunk-jpl/src/c/toolkits/petsc/patches/SolverEnum.h
===================================================================
--- /issm/trunk-jpl/src/c/toolkits/petsc/patches/SolverEnum.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/toolkits/petsc/patches/SolverEnum.h	(revision 13623)
@@ -15,5 +15,3 @@
 } EXTERNALPACKAGES; 
 
-
 #endif //ifndef _SOLVERENUM_H_
-
Index: /issm/trunk-jpl/src/c/toolkits/plapack/plapackincludes.h
===================================================================
--- /issm/trunk-jpl/src/c/toolkits/plapack/plapackincludes.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/toolkits/plapack/plapackincludes.h	(revision 13623)
@@ -12,5 +12,4 @@
 #endif
 
-
 #include "PLA.h"
 
@@ -23,5 +22,3 @@
 #endif
 
-
 #endif
-
Index: /issm/trunk-jpl/src/c/toolkits/python/pythonincludes.h
===================================================================
--- /issm/trunk-jpl/src/c/toolkits/python/pythonincludes.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/toolkits/python/pythonincludes.h	(revision 13623)
@@ -5,5 +5,4 @@
 #ifndef _PYTHON_INCLUDES_H_
 #define _PYTHON_INCLUDES_H_
-
 
 #ifdef HAVE_CONFIG_H
@@ -32,4 +31,3 @@
 #endif
 
-
 #endif
Index: /issm/trunk-jpl/src/c/toolkits/scalapack/FortranMapping.h
===================================================================
--- /issm/trunk-jpl/src/c/toolkits/scalapack/FortranMapping.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/toolkits/scalapack/FortranMapping.h	(revision 13623)
@@ -5,5 +5,4 @@
  *     Description:  Fortran to C define to use Scalapack in a C program
  */
-
 
 /*We transform every call to Fortran functions into their real symbolic name in the Scalapack, Blacs, Lapack and Blas libraries. 
@@ -22,5 +21,4 @@
 #define PDGETRF(...) pdgetrf_(__VA_ARGS__)
 #define PDGETRI(...) pdgetri_(__VA_ARGS__)
-
 
 /*Here, we clobber the fortran definition of these routines. Remember, every variable in fortran is passed by a pointer, and the 
Index: /issm/trunk-jpl/src/c/toolkits/triangle/triangleincludes.h
===================================================================
--- /issm/trunk-jpl/src/c/toolkits/triangle/triangleincludes.h	(revision 13622)
+++ /issm/trunk-jpl/src/c/toolkits/triangle/triangleincludes.h	(revision 13623)
@@ -11,4 +11,3 @@
 #endif //#ifdef _C_
 
-
 #endif
