Index: /issm/trunk-jpl/src/c/classes/toolkits/Solver.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/toolkits/Solver.h	(revision 14796)
+++ /issm/trunk-jpl/src/c/classes/toolkits/Solver.h	(revision 14797)
@@ -6,5 +6,4 @@
 
 /*Headers:*/
-/*{{{*/
 #ifdef HAVE_CONFIG_H
 	#include <config.h>
@@ -13,6 +12,4 @@
 #endif
 #include "../../toolkits/toolkits.h"
-/*}}}*/
-
 #include "./Matrix.h"
 #include "./Vector.h"
@@ -30,12 +27,9 @@
 
 	public:
-
 		/*Constructors, destructors:*/
-		/*Solver(){{{*/
-		Solver(){
+		Solver(){/*{{{*/
 		}
 		/*}}}*/
-		/*Solver(Matrix<doubletype>* Kff, Vector<doubletype>* pf, Vector<doubletype>* uf0,Vector<doubletype>* df, Parameters* parameters):{{{*/
-		Solver(Matrix<doubletype>* Kff_in, Vector<doubletype>* pf_in, Vector<doubletype>* uf0_in,Vector<doubletype>* df_in, Parameters* parameters_in){
+		Solver(Matrix<doubletype>* Kff_in, Vector<doubletype>* pf_in, Vector<doubletype>* uf0_in,Vector<doubletype>* df_in, Parameters* parameters_in){/*{{{*/
 
 			/*In debugging mode, check that stiffness matrix and load vectors are not NULL (they can be empty)*/
@@ -51,12 +45,10 @@
 		}
 		/*}}}*/
-		/*~Solver(){{{*/
-		~Solver(){
+		~Solver(){/*{{{*/
 		}
 		/*}}}*/
 		
 		/*Methods: */
-		/*Vector<doubletype Solve(void): {{{*/
-		Vector<doubletype>* Solve(){
+		Vector<doubletype>* Solve(void){ /*{{{*/
 
 			/*output: */
@@ -88,12 +80,6 @@
 			/*allocate output pointer: */
 			return uf;
-
 		}
 		/*}}}*/
-
 };
-
-
-
-
 #endif //#ifndef _SOLVER_H_
