Changeset 17833


Ignore:
Timestamp:
04/23/14 16:47:31 (11 years ago)
Author:
Mathieu Morlighem
Message:

BUG: initialize isdamage when copying

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/c/classes/Materials/Matice.cpp

    r17831 r17833  
    108108        matice->helement=(Hook*)this->helement->copy();
    109109        matice->element =(Element*)this->helement->delivers();
     110        matice->isdamaged = this->isdamaged;
    110111
    111112        return matice;
     
    125126        matice->helement=(Hook*)this->helement->copy();
    126127        matice->element =element_in;
     128        matice->isdamaged = this->isdamaged;
    127129
    128130        return matice;
Note: See TracChangeset for help on using the changeset viewer.