Changeset 23483


Ignore:
Timestamp:
11/29/18 12:07:38 (6 years ago)
Author:
Mathieu Morlighem
Message:

BUG: use configuration instead of analysis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/FemModel.cpp

    r23481 r23483  
    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: */
Note: See TracChangeset for help on using the changeset viewer.