Changeset 1072
- Timestamp:
- May 15, 2009, 1:26:55 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/base2/net.sf.basedb.normalizers/trunk/src/c++/bin/qQN.cc
r1067 r1072 48 48 49 49 50 class CleanUpMatrix : std::unary_function< double, double>50 class CleanUpMatrix : std::unary_function<DataWeight, DataWeight> 51 51 { 52 52 public:
Note: See TracChangeset
for help on using the changeset viewer.