Changeset 23489
- Timestamp:
- 11/29/18 21:40:04 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/FemModel.cpp
r23488 r23489 477 477 xDelete<int>(this->analysis_type_list); 478 478 479 this->loads = new Loads();480 479 this->materials = new Materials(); 481 480 this->parameters = new Parameters(); … … 515 514 /*reset hooks for elements, loads and nodes:*/ 516 515 this->elements->ResetHooks(); 517 this->loads->ResetHooks();518 516 this->materials->ResetHooks(); 519 517 520 518 /*do the post-processing of the datasets to get an FemModel that can actually run analyses:*/ 521 519 for(i=0;i<nummodels;i++){ 520 this->loads_list[i]->ResetHooks(); 522 521 analysis_type=this->analysis_type_list[i]; 523 522 SetCurrentConfiguration(analysis_type);
Note:
See TracChangeset
for help on using the changeset viewer.