source: issm/oecreview/Archive/16554-17801/ISSM-17582-17583.diff@ 17802

Last change on this file since 17802 was 17802, checked in by Mathieu Morlighem, 11 years ago

Added archives

File size: 860 bytes
  • TabularUnified ../trunk-jpl/src/c/classes/Elements/Tria.cpp

     
    13271327        bool grounded = true;
    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: */
    13331333        Input* pressure_input=inputs->GetInput(PressureEnum); _assert_(pressure_input);
     
    13361336
    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);
    13421342        }
Note: See TracBrowser for help on using the repository browser.