Changeset 8412


Ignore:
Timestamp:
05/24/11 11:47:28 (14 years ago)
Author:
seroussi
Message:

minot wrong indice

File:
1 edited

Legend:

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

    r8411 r8412  
    30673067        /*Retrieve all inputs and parameters*/
    30683068        GetVerticesCoordinates(&xyz_list[0][0], nodes, NUMVERTICES);
    3069         for(i=0;i<NUMVERTICES2D;i++) for(j=0;j<2;j++) xyz_list_tria[i][j]=xyz_list[i][j];
     3069        for(i=0;i<NUMVERTICES2D;i++) for(j=0;j<3;j++) xyz_list_tria[i][j]=xyz_list[i][j];
    30703070        parameters->FindParam(&analysis_type,AnalysisTypeEnum);
    30713071        rho_ice=matpar->GetRhoIce();
Note: See TracChangeset for help on using the changeset viewer.