Changeset 3179
- Timestamp:
- 03/04/10 09:30:27 (15 years ago)
- Location:
- issm/trunk/src/mex/CostFunction
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/mex/CostFunction/CostFunction.cpp
r3170 r3179 46 46 47 47 /*write output : */ 48 WriteData( MISFIT,J);48 WriteData(COST,J); 49 49 50 50 /*Free ressources: */ -
issm/trunk/src/mex/CostFunction/CostFunction.h
r3170 r3179 27 27 28 28 /* serial output macros: */ 29 #define MISFIT (mxArray**)&plhs[0]29 #define COST (mxArray**)&plhs[0] 30 30 31 31 /* serial arg counts: */
Note:
See TracChangeset
for help on using the changeset viewer.