Changeset 13334


Ignore:
Timestamp:
09/11/12 16:56:47 (13 years ago)
Author:
Eric.Larour
Message:

CHG: cosmetics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/modules/Solverx/SolverxSeq.cpp

    r13320 r13334  
    6969    SolverxSeq(y,x, x+m*m, m); // x is where the matrix starts, x+m*m is where the right-hand side starts
    7070    return 0;
    71 }
    72 /*}}}*/
    73 
     71} /*}}}*/
    7472int EDF_fos_forward_for_solverx(int n, IssmPDouble *inVal, IssmPDouble *inDeriv, int m, IssmPDouble *outVal, IssmPDouble *outDeriv) { /*{{{*/
    7573#ifdef _HAVE_GSL_
     
    113111  #endif
    114112  return 0;
    115 }
    116 /*}}}*/
    117 
     113} /*}}}*/
    118114int EDF_fov_forward_for_solverx(int n, IssmPDouble *inVal, int directionCount, IssmPDouble **inDeriv, int m, IssmPDouble *outVal, IssmPDouble **outDeriv) { /*{{{*/
    119115#ifdef _HAVE_GSL_
     
    161157}
    162158/*}}}*/
    163 
    164159int EDF_fos_reverse_for_solverx(int m, double *dp_U, int n, double *dp_Z) { /*{{{*/
    165160  return 0;
    166161}
    167162/*}}}*/
    168 
    169163void SolverxSeq(IssmDouble *X,IssmDouble *A,IssmDouble *B,int n, Parameters* parameters){/*{{{*/
    170164        // pack inputs to conform to the EDF-prescribed interface
Note: See TracChangeset for help on using the changeset viewer.