Index: /issm/trunk-jpl/src/c/solutionsequences/solutionsequence_fct.cpp
===================================================================
--- /issm/trunk-jpl/src/c/solutionsequences/solutionsequence_fct.cpp	(revision 24714)
+++ /issm/trunk-jpl/src/c/solutionsequences/solutionsequence_fct.cpp	(revision 24715)
@@ -63,5 +63,5 @@
 	/*Create Left Hand side of Lower order solution
 	 *
-	 * LHS = [ML − theta*detlat *(K+D)^n+1]
+	 * LHS = [ML - theta*detlat *(K+D)^n+1]
 	 *
 	 */
@@ -147,5 +147,5 @@
 	/*Create Right Hand side of Lower order solution
 	 *
-	 * RHS = [ML + (1 − theta) deltaT L^n] u^n
+	 * RHS = [ML + (1 - theta) deltaT L^n] u^n
 	 *
 	 * where L = K + D
@@ -445,8 +445,8 @@
 	CreateDMatrix(&D_petsc,K_petsc);
 
-	/*Create LHS: [ML − theta*detlat *(K+D)^n+1]*/
+	/*Create LHS: [ML - theta*detlat *(K+D)^n+1]*/
 	CreateLHS(&LHS,&dmax,K_petsc,D_petsc,Ml_petsc,theta,deltat,femmodel,configuration_type);
 
-	/*Create RHS: [ML + (1 − theta) deltaT L^n] u^n */
+	/*Create RHS: [ML + (1 - theta) deltaT L^n] u^n */
 	CreateRHS(&RHS,K_petsc,D_petsc,Ml_petsc,uf->pvector->vector,theta,deltat,dmax,femmodel,configuration_type);
 	delete uf;
