Changeset 11203
- Timestamp:
- 01/25/12 10:52:11 (13 years ago)
- Location:
- issm/trunk-jpl/src/mex
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/mex/EnumToString/EnumToString.cpp
r8910 r11203 19 19 20 20 /*Run core function: */ 21 name=EnumToStringx(enum_in);21 EnumToStringx(&name,enum_in); 22 22 23 23 /* output: */ -
issm/trunk-jpl/src/mex/Solver/Solver.cpp
r9826 r11203 24 24 /*Matlab solver: */ 25 25 mxArray* array[2]; 26 char* matlabstring="-ksp_type matlab";27 26 28 27 MODULEBOOT();
Note:
See TracChangeset
for help on using the changeset viewer.