Ignore:
Timestamp:
07/25/13 10:40:20 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: UpdateElement provides the type of finite element

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/modules/ModelProcessorx/SurfaceSlope/UpdateElementsSurfaceSlope.cpp

    r15428 r15613  
    1616                if(iomodel->my_elements[i]){
    1717                        Element* element=(Element*)elements->GetObjectByOffset(counter);
    18                         element->Update(i,iomodel,analysis_counter,analysis_type); //we need i to index into elements.
     18                        element->Update(i,iomodel,analysis_counter,analysis_type,P1Enum);
    1919                        counter++;
    2020                }
Note: See TracChangeset for help on using the changeset viewer.