Changeset 25756


Ignore:
Timestamp:
11/13/20 17:40:08 (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

    r25755 r25756  
    57815781        /*Plug bslrice into barystatic contribution vector:*/
    57825782        if(barystatic_contribution){
    5783                 id=partition[this->Sid()]+1;
     5783                id=reCast<int>(partition[this->Sid()])+1;
    57845784                barystatic_contribution->SetValue(id,bslrhydro,ADD_VAL);
    57855785        }
Note: See TracChangeset for help on using the changeset viewer.