source: issm/oecreview/Archive/23390-24306/ISSM-23482-23483.diff

Last change on this file was 24307, checked in by Mathieu Morlighem, 5 years ago

NEW: adding Archive/23390-24306

File size: 854 bytes
  • ../trunk-jpl/src/c/classes/FemModel.cpp

     
    25122512void FemModel::UpdateConstraintsx(void){ /*{{{*/
    25132513
    25142514        IssmDouble time;
    2515         int        analysis_type;
     2515        int        analysis_type,config_type;
    25162516
    25172517        /*retrieve parameters: */
    25182518        parameters->FindParam(&analysis_type,AnalysisTypeEnum);
     2519        parameters->FindParam(&config_type,ConfigurationTypeEnum);
    25192520        parameters->FindParam(&time,TimeEnum);
    25202521
    2521         int index=AnalysisIndex(analysis_type);
     2522        int index=AnalysisIndex(config_type);
    25222523
    25232524        /*start module: */
    25242525        if(VerboseModule()) _printf0_("   Updating constraints and active domain of analysis " << EnumToStringx(analysis_type)  << " for time: " << time << "\n");
Note: See TracBrowser for help on using the repository browser.