Changeset 18590 for trunk


Ignore:
Timestamp:
09/16/16 15:11:46 (8 years ago)
Author:
tbretz
Message:
Fixed a warning about a strange conditional (uncritical)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/feedback.cc

    r18464 r18590  
    853853        // --------------------------------- Console out --------------------------------------
    854854
    855         if (fIsVerbose && !fDimBias.state()==BIAS::State::kRamping)
     855        if (fIsVerbose && fDimBias.state()!=BIAS::State::kRamping)
    856856        {
    857857            sort(med[0].begin(), med[0].begin()+num[0]);
Note: See TracChangeset for help on using the changeset viewer.