Changeset 3046
- Timestamp:
- 02/16/10 14:23:56 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/mex/Misfit/Misfit.cpp
r2333 r3046 19 19 int analysis_type; 20 20 int sub_analysis_type; 21 int real=0; //we are computing a misfit which can be dampened... 21 22 22 23 /* output datasets: */ … … 43 44 44 45 /*!Call core code: */ 45 Misfitx(&J, elements,nodes,loads,materials,parameters,inputs,analysis_type,sub_analysis_type );46 Misfitx(&J, elements,nodes,loads,materials,parameters,inputs,analysis_type,sub_analysis_type,real); 46 47 47 48 /*write output : */
Note:
See TracChangeset
for help on using the changeset viewer.