Changeset 1304 for trunk/test/Suite.cc


Ignore:
Timestamp:
May 14, 2008, 10:11:57 PM (15 years ago)
Author:
Peter
Message:

quantile normalization closes #288

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/Suite.cc

    r1249 r1304  
    6262
    6363
    64   void Suite::add(bool ok)
     64  bool Suite::add(bool ok)
    6565  {
    6666    ok_ = ok_ && ok;
     67    return ok;
    6768  }
    6869
Note: See TracChangeset for help on using the changeset viewer.