Index: /issm/trunk/src/c/objects/Materials/Matice.cpp
===================================================================
--- /issm/trunk/src/c/objects/Materials/Matice.cpp	(revision 4548)
+++ /issm/trunk/src/c/objects/Materials/Matice.cpp	(revision 4549)
@@ -185,19 +185,15 @@
 /*FUNCTION Matice::GetViscosity2d {{{1*/
 void  Matice::GetViscosity2d(double* pviscosity, double* epsilon){
-
-
 	/*From a string tensor and a material object, return viscosity, using Glen's flow law.
-	                                  2*B
+												  2*B
 	  viscosity= -------------------------------------------------------------------
-	      2[ exx^2+eyy^2+exx*eyy+exy^2+exz^2+eyz^2 ]^[(n-1)/2n]
-	 
-	      where viscosity is the viscotiy, B the flow law parameter , (u,v) the velocity 
-	      vector, and n the flow law exponent.
-	 
+						  2[ exx^2+eyy^2+exx*eyy+exy^2+exz^2+eyz^2 ]^[(n-1)/2n]
+
+	  where viscosity is the viscotiy, B the flow law parameter , (u,v) the velocity 
+	  vector, and n the flow law exponent.
+
 	  If epsilon is NULL, it means this is the first time SystemMatrices is being run, and we 
 	  return 10^14, initial viscosity.
-*/
-
-
+	  */
 
 	/*output: */
