Ignore:
Timestamp:
02/22/14 13:04:26 (11 years ago)
Author:
Mathieu Morlighem
Message:

DEL: removed TripleSolve, not needed anymore

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/toolkits/gsl/gslincludes.h

    r17328 r17343  
    2222void DenseGslSolve(IssmPDouble** pX,IssmPDouble* A,IssmPDouble* B, int n);
    2323void DenseGslSolve(IssmDouble** pX,IssmDouble* Kff,int Kff_M,int Kff_N,IssmDouble* pf,int pf_M,Parameters* parameters);
    24 void DenseGslTripleSolve(IssmPDouble** pX1,IssmPDouble** pX2,IssmPDouble** pX3,IssmPDouble* A,IssmPDouble* B1,IssmPDouble* B2,IssmPDouble* B3,int n);
    2524
    2625void SolverxSeq(IssmPDouble *X, IssmPDouble *A, IssmPDouble *B,int n);
Note: See TracChangeset for help on using the changeset viewer.