Changeset 17583


Ignore:
Timestamp:
03/27/14 17:12:15 (11 years ago)
Author:
Mathieu Morlighem
Message:

BUG: fixing compilation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Elements/Tria.cpp

    r17582 r17583  
    13281328
    13291329        /* Get node coordinates and dof list: */
    1330         ::GetVerticesCoordinates(&xyz_list[0][0],vertices,NUMVERTICES);
     1330        ::GetVerticesCoordinates(xyz_list,vertices,NUMVERTICES);
    13311331
    13321332        /*Retrieve all inputs we will be needing: */
     
    13371337        _error_("STOP");
    13381338
    1339         for(i=0;i<NUMVERTICES;i++){
     1339        for(int i=0;i<NUMVERTICES;i++){
    13401340                if(grounded) vertexgrounded->SetValue(vertices[i]->Pid(),+1.,INS_VAL);
    13411341                else         vertexfloating->SetValue(vertices[i]->Pid(),+1.,INS_VAL);
Note: See TracChangeset for help on using the changeset viewer.