Ignore:
Timestamp:
03/28/18 06:35:33 (7 years ago)
Author:
Mathieu Morlighem
Message:

CHG: fixed problem with boxid!=0

File:
1 edited

Legend:

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

    r22631 r22642  
    28232823        int boxid;
    28242824        this->inputs->GetInputValue(&boxid,BasalforcingsPicoBoxIdEnum);
    2825         if(!boxid==0) return;
     2825        if(boxid!=0) return;
    28262826
    28272827        int basinid, maxbox, num_basins, numnodes, M;
Note: See TracChangeset for help on using the changeset viewer.