Changeset 23489


Ignore:
Timestamp:
11/29/18 21:40:04 (6 years ago)
Author:
Mathieu Morlighem
Message:

BUG: fixinf restart with new constraints dataset

File:
1 edited

Legend:

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

    r23488 r23489  
    477477                xDelete<int>(this->analysis_type_list);
    478478
    479                 this->loads       = new Loads();
    480479                this->materials   = new Materials();
    481480                this->parameters  = new Parameters();
     
    515514                /*reset hooks for elements, loads and nodes:*/
    516515                this->elements->ResetHooks();
    517                 this->loads->ResetHooks();
    518516                this->materials->ResetHooks();
    519517
    520518                /*do the post-processing of the datasets to get an FemModel that can actually run analyses:*/
    521519                for(i=0;i<nummodels;i++){
     520                        this->loads_list[i]->ResetHooks();
    522521                        analysis_type=this->analysis_type_list[i];
    523522                        SetCurrentConfiguration(analysis_type);
Note: See TracChangeset for help on using the changeset viewer.