Changeset 288


Ignore:
Timestamp:
Apr 21, 2005, 11:52:26 PM (18 years ago)
Author:
Peter
Message:

modified to return 0 when ok

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/test_pca.cc

    r285 r288  
    2323// will do that before calculation
    2424  pca.process_transposed_problem();
    25   return true;
     25  return 0;
    2626}
    2727
Note: See TracChangeset for help on using the changeset viewer.