Changeset 3046


Ignore:
Timestamp:
02/16/10 14:23:56 (15 years ago)
Author:
Eric.Larour
Message:

Added real parameter to Misfit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/mex/Misfit/Misfit.cpp

    r2333 r3046  
    1919        int               analysis_type;
    2020        int               sub_analysis_type;
     21        int               real=0; //we are computing a misfit which can be dampened...
    2122
    2223        /* output datasets: */
     
    4344
    4445        /*!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);
    4647
    4748        /*write output : */
Note: See TracChangeset for help on using the changeset viewer.