Changeset 25755


Ignore:
Timestamp:
11/13/20 17:02:17 (4 years ago)
Author:
Mathieu Morlighem
Message:

CHG: fixing compilation

File:
1 edited

Legend:

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

    r25752 r25755  
    57055705        /*Plug bslrice into barystatic contribution vector:*/
    57065706        if(barystatic_contribution){
    5707                 id=partition[this->Sid()]+1;
     5707                id=reCast<int>(partition[this->Sid()])+1;
    57085708                barystatic_contribution->SetValue(id,bslrice,ADD_VAL);
    57095709        }
Note: See TracChangeset for help on using the changeset viewer.