Changeset 18722


Ignore:
Timestamp:
10/31/14 12:58:28 (10 years ago)
Author:
bdef
Message:

BUG: minor fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/analyses/HydrologyDCEfficientAnalysis.cpp

    r18719 r18722  
    720720                                /*Increase of the domain is on the downstream node in term of sediment head*/
    721721                                if(sedhead[j] == sedheadmin){
    722                                         if(old_active[i]==0) eplzigzag_counter[basalelement->nodes[j]->Lid()] ++;
     722                                        if(old_active[j]==0) eplzigzag_counter[basalelement->nodes[j]->Lid()] ++;
    723723                                        vec_mask->SetValue(basalelement->nodes[j]->Sid(),1.,INS_VAL);
    724724                                }
Note: See TracChangeset for help on using the changeset viewer.