Changeset 14888
- Timestamp:
- 05/04/13 12:51:45 (12 years ago)
- Location:
- issm/trunk-jpl/src/c/toolkits/issm
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/toolkits/issm/IssmAbsMat.h
r14834 r14888 56 56 virtual void SetValues(int m,int* idxm,int n,int* idxn,doubletype* values,InsMode mode)=0; 57 57 virtual void Convert(MatrixType type)=0; 58 #ifndef _HAVE_WRAPPERS_ 58 59 virtual IssmAbsVec<IssmDouble>* Solve(IssmAbsVec<IssmDouble>* pf, Parameters* parameters)=0; 60 #endif 59 61 }; 60 62 -
issm/trunk-jpl/src/c/toolkits/issm/IssmDenseMat.h
r14886 r14888 265 265 } 266 266 /*}}}*/ 267 #ifndef _HAVE_WRAPPERS_ 267 268 /*Solve{{{*/ 268 269 IssmAbsVec<IssmDouble>* Solve(IssmAbsVec<IssmDouble>* pfin, Parameters* parameters){ … … 286 287 287 288 }/*}}}*/ 288 289 #endif 289 290 }; 290 291 -
issm/trunk-jpl/src/c/toolkits/issm/IssmMat.h
r14864 r14888 200 200 matrix->convert(type); 201 201 }/*}}}*/ 202 #ifndef _HAVE_WRAPPERS_ 202 203 IssmVec<doubletype>* Solve(IssmVec<doubletype>* pf, Parameters* parameters){ /*{{{*/ 203 204 … … 211 212 212 213 }/*}}}*/ 213 214 #endif 214 215 }; 215 216 -
issm/trunk-jpl/src/c/toolkits/issm/IssmMpiDenseMat.h
r14878 r14888 508 508 } 509 509 /*}}}*/ 510 #ifndef _HAVE_WRAPPERS_ 510 511 /*Solve{{{*/ 511 512 IssmAbsVec<IssmDouble>* Solve(IssmAbsVec<IssmDouble>* pfin, Parameters* parameters){ … … 532 533 533 534 }/*}}}*/ 535 #endif 534 536 }; 535 537
Note:
See TracChangeset
for help on using the changeset viewer.