Changeset 13415


Ignore:
Timestamp:
09/20/12 18:11:54 (12 years ago)
Author:
Mathieu Morlighem
Message:

BUG: compilation for Dakota fixed

File:
1 edited

Legend:

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

    r13414 r13415  
    55505550                        /*Get values on the 3 vertices*/
    55515551                        for (i=0;i<3;i++){
    5552                                 values[i]=vector[this->nodes[i]->GetVertexSidList()]; //careful, vector of values here is not parallel distributed, but serial distributed (from a serial Dakota core!)
     5552                                values[i]=vector[this->nodes[i]->GetVertexSid()]; //careful, vector of values here is not parallel distributed, but serial distributed (from a serial Dakota core!)
    55535553                        }
    55545554
     
    56565656                                /*create input values: */
    56575657                                for(i=0;i<3;i++){
    5658                                         row=this->nodes[i]->GetVertexSidList();
     5658                                        row=this->nodes[i]->GetVertexSid();
    56595659                                        values[i]=(IssmDouble)matrix[ncols*row+t];
    56605660                                }
Note: See TracChangeset for help on using the changeset viewer.