Changeset 4686
- Timestamp:
- 07/21/10 08:39:07 (15 years ago)
- Location:
- issm/trunk/src/mex/InputUpdateFromSolution
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/mex/InputUpdateFromSolution/InputUpdateFromSolution.cpp
r4573 r4686 41 41 /*write output datasets: */ 42 42 WriteData(ELEMENTS,elements); 43 WriteData(MATERIALS,materials); 43 44 44 45 /*Free ressources: */ … … 58 59 { 59 60 _printf_("\n"); 60 _printf_(" usage: [elements ] = %s(elements,nodes,vertices,loads,materials,parameters,solution);\n",__FUNCT__);61 _printf_(" usage: [elements,materials] = %s(elements,nodes,vertices,loads,materials,parameters,solution);\n",__FUNCT__); 61 62 _printf_("\n"); 62 63 } -
issm/trunk/src/mex/InputUpdateFromSolution/InputUpdateFromSolution.h
r4236 r4686 27 27 /* serial output macros: */ 28 28 #define ELEMENTS (mxArray**)&plhs[0] 29 #define MATERIALS (mxArray**)&plhs[1] 29 30 30 31 /* serial arg counts: */ 31 32 #undef NLHS 32 #define NLHS 133 #define NLHS 2 33 34 #undef NRHS 34 35 #define NRHS 7
Note:
See TracChangeset
for help on using the changeset viewer.