Changeset 11734 for issm/trunk-jpl/src/c/objects/Numerics/Vector.h
- Timestamp:
- 03/19/12 20:11:39 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/objects/Numerics/Vector.h
r11704 r11734 31 31 public: 32 32 33 int M;34 35 33 #ifdef _HAVE_PETSC_ 36 34 Vec vector; 37 35 #else 38 double* vector;36 SeqVec* vector; 39 37 #endif 40 38 #ifdef _HAVE_ADOLC_ … … 74 72 /*}}}*/ 75 73 }; 74 75 /*API: */ 76 #ifdef _SERIAL_ 77 Vector* MatlabVectorToVector(const mxArray* mxvector); 78 #endif 79 76 80 #endif //#ifndef _VECTOR_H_
Note:
See TracChangeset
for help on using the changeset viewer.