- Timestamp:
- 05/01/12 17:28:47 (13 years ago)
- Location:
- issm/branches/trunk-jpl-damage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/branches/trunk-jpl-damage
- Property svn:ignore
-
old new 7 7 config.status 8 8 configure 9 doxygen10 9 ISSM.paf 11 10 ISSM.ppf 12 11 ISSM.ppf_cache 13 12 libtool 14 list15 13 Makefile 16 14 Makefile.in 17 15 stamp-h1 18 16 svn-commit* 19 nightlylog
-
- Property svn:mergeinfo changed
/issm/trunk merged: 11526,11533,11681-11682,11710,11778-11779,11995 /issm/trunk-jpl merged: 11992-11994,11996-12003,12005-12113,12115-12161,12163-12166
- Property svn:ignore
-
issm/branches/trunk-jpl-damage/src/c/objects/Numerics/Vector.h
r12004 r12168 21 21 #endif 22 22 23 #if defined(_HAVE_MATLAB_) && defined(_SERIAL_)24 #include "mex.h"25 #endif26 27 23 /*}}}*/ 28 24 … … 54 50 /*Vector specific routines {{{1*/ 55 51 void Echo(void); 56 #if defined(_HAVE_MATLAB_) && defined(_SERIAL_)57 mxArray* ToMatlabVector(void);58 #endif59 52 void AXPY(Vector *X, double a); 60 53 void AYPX(Vector *X, double a); … … 77 70 }; 78 71 79 /*API: */80 #if defined(_HAVE_MATLAB_) && defined(_SERIAL_)81 Vector* MatlabVectorToVector(const mxArray* mxvector);82 #endif83 72 84 73 #endif //#ifndef _VECTOR_H_
Note:
See TracChangeset
for help on using the changeset viewer.