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/InputScalex/InputScalex.cpp

    r14999 r18521  
    1515        /*Go through elemnets, and ask to reinitialie the input: */
    1616        for(i=0;i<elements->Size();i++){
    17                 Element* element=dynamic_cast<Element*>(elements->GetObjectByOffset(i));
     17                Element* element=xDynamicCast<Element*>(elements->GetObjectByOffset(i));
    1818                element->InputScale(enum_type,scale_factor);
    1919        }
Note: See TracChangeset for help on using the changeset viewer.