Extreme cleanup, see src/obsolete for details
This commit is contained in:
parent
7f04d616e6
commit
6d8e3a6504
141 changed files with 3937 additions and 1815 deletions
|
|
@ -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++)
|
||||
|
|
|
|||
Reference in a new issue