Changeset 4506


Ignore:
Timestamp:
07/09/10 12:09:06 (15 years ago)
Author:
Mathieu Morlighem
Message:

fixed DepthAveraging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Elements/Penta.cpp

    r4499 r4506  
    11231123
    11241124                /*Step2: Create element thickness input*/
    1125                 GetVerticesCoordinates(&xyz_list[0][0], nodes, numvertices);
     1125                GetVerticesCoordinates(&xyz_list[0][0],penta->nodes,numvertices);
    11261126                for(i=0;i<3;i++){
    11271127                        Helem_list[i]=xyz_list[i+3][2]-xyz_list[i][2];
Note: See TracChangeset for help on using the changeset viewer.