Index: ../trunk-jpl/src/c/modules/Solverx/SolverxSeq.cpp =================================================================== --- ../trunk-jpl/src/c/modules/Solverx/SolverxSeq.cpp (revision 13513) +++ ../trunk-jpl/src/c/modules/Solverx/SolverxSeq.cpp (revision 13514) @@ -70,113 +70,113 @@ #ifdef _HAVE_ADOLC_ int EDF_for_solverx(int n, IssmPDouble *x, int m, IssmPDouble *y){ /*{{{*/ - SolverxSeq(y,x, x+m*m, m); // x is where the matrix starts, x+m*m is where the right-hand side starts - return 0; + SolverxSeq(y,x, x+m*m, m); // x is where the matrix starts, x+m*m is where the right-hand side starts + return 0; } /*}}}*/ int EDF_fos_forward_for_solverx(int n, IssmPDouble *inVal, IssmPDouble *inDeriv, int m, IssmPDouble *outVal, IssmPDouble *outDeriv) { /*{{{*/ #ifdef _HAVE_GSL_ -// for (int i=0; i