Ignore:
Timestamp:
09/15/14 16:17:28 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: removed ALL dynamic casts, now change the template shared/Numerics/recast.h to change back to dynamic_casts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/modules/InputUpdateFromVectorx/InputUpdateFromVectorx.cpp

    r16125 r18521  
    2020        /*Update elements, nodes, loads and materials from inputs: */
    2121        for(i=0;i<femmodel->elements->Size();i++){
    22                 Element* element=dynamic_cast<Element*>(femmodel->elements->GetObjectByOffset(i));
     22                Element* element=xDynamicCast<Element*>(femmodel->elements->GetObjectByOffset(i));
    2323                element->InputUpdateFromVector(vector,name,type);
    2424        }
Note: See TracChangeset for help on using the changeset viewer.