Extreme cleanup, see src/obsolete for details

This commit is contained in:
mac 2000-08-10 14:18:34 +00:00
commit 6d8e3a6504
141 changed files with 3937 additions and 1815 deletions

View file

@ -1,4 +1,4 @@
#include <eoFixedLength.h>
#include <vector>
//-----------------------------------------------------------------------------
@ -7,7 +7,7 @@
@param _ind A floatingpoint vector
*/
double real_value(const eoFixedLength<double, double>& _ind)
double real_value(const std::vector<double>& _ind)
{
double sum = 0; /* compute in double format, even if return a float */
for (unsigned i = 0; i < _ind.size(); i++)