Ignore:
Timestamp:
Jun 14, 2010, 6:57:06 AM (13 years ago)
Author:
Peter
Message:

backporting r2266 to stable branch. Use echo instead of variable ECHO provided by libtool because it's broken with 2.2.8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.6-stable/yat/utility/utility.h

    r2119 r2271  
    262262        continue;
    263263      matrix.resize(matrix.size()+1);
    264       std::vector<double>& v=matrix.back();
     264      std::vector<T>& v=matrix.back();
    265265      v.reserve(nof_columns);
    266266      std::stringstream ss(line);
Note: See TracChangeset for help on using the changeset viewer.