Changeset 23589


Ignore:
Timestamp:
01/02/19 20:50:36 (6 years ago)
Author:
Mathieu Morlighem
Message:

CHG: removing IsAnalysis now that each constraint, node and load is in an analysis specific dataset

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/cores/gia_core.cpp

    r23232 r23589  
    2222        bool save_results;
    2323        int  gsize;
    24         int  configuration_type;
    2524
    2625        /*Recover some parameters: */
    2726        femmodel->parameters->FindParam(&save_results,SaveResultsEnum);
    28         femmodel->parameters->FindParam(&configuration_type,ConfigurationTypeEnum);
    2927
    3028        if(VerboseSolution()) _printf0_("   computing GIA\n");
     
    3432
    3533        /*Figure out size of g-set deflection vector and allocate solution vector: */
    36         gsize      = femmodel->nodes->NumberOfDofs(configuration_type,GsetEnum);
     34        gsize      = femmodel->nodes->NumberOfDofs(GsetEnum);
    3735        wg = new Vector<IssmDouble>(gsize);
    3836        dwdtg = new Vector<IssmDouble>(gsize);
Note: See TracChangeset for help on using the changeset viewer.