Changeset 18521 for issm/trunk-jpl/src/c/modules/InputScalex
- Timestamp:
- 09/15/14 16:17:28 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/modules/InputScalex/InputScalex.cpp
r14999 r18521 15 15 /*Go through elemnets, and ask to reinitialie the input: */ 16 16 for(i=0;i<elements->Size();i++){ 17 Element* element= dynamic_cast<Element*>(elements->GetObjectByOffset(i));17 Element* element=xDynamicCast<Element*>(elements->GetObjectByOffset(i)); 18 18 element->InputScale(enum_type,scale_factor); 19 19 }
Note:
See TracChangeset
for help on using the changeset viewer.