Changeset 20037


Ignore:
Timestamp:
01/30/16 23:36:54 (9 years ago)
Author:
Eric.Larour
Message:

CHG: fixed NodalValue issue.

File:
1 edited

Legend:

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

    r20028 r20037  
    25622562        found=0;
    25632563        for(int i=0;i<NUMVERTICES;i++){
    2564                 if(index==vertices[i]->Id()){
     2564                if(index==vertices[i]->Sid()){
    25652565                        /*Do we have natureofdataenum in our inputs? :*/
    25662566                        if(data){
Note: See TracChangeset for help on using the changeset viewer.