Changeset 11763


Ignore:
Timestamp:
03/20/12 17:10:36 (13 years ago)
Author:
Mathieu Morlighem
Message:

removed unused functions

Location:
issm/trunk-jpl/src/c/toolkits/matlab
Files:
2 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/toolkits/matlab/matlabincludes.h

    r11670 r11763  
    1414int MatlabNArrayToNArray(bool** pmatrix,int* pmatrix_numel,int* pmatrix_ndims,int** pmatrix_size,const mxArray* mxmatrix);
    1515int MatlabNArrayToNArray(char** pmatrix,int* pmatrix_numel,int* pmatrix_ndims,int** pmatrix_size,const mxArray* mxmatrix);
    16 Matrix* MatlabMatrixToMatrix(const mxArray* mxmatrix);
    17 Vector* MatlabVectorToVector(const mxArray* mxvector);
    1816#endif
    1917
Note: See TracChangeset for help on using the changeset viewer.