mirror of
https://github.com/OpenCMT/uLib.git
synced 2025-12-06 15:31:31 +01:00
Removed uLib::Vector
This commit is contained in:
@@ -28,7 +28,8 @@
|
||||
#ifndef U_DATABINNING_H
|
||||
#define U_DATABINNING_H
|
||||
|
||||
#include "Core/Vector.h"
|
||||
#include <vector>
|
||||
|
||||
#include "Dense.h"
|
||||
|
||||
|
||||
@@ -69,7 +70,7 @@ public:
|
||||
void AddPass() { m_Means.push_back( Tmean(0,0) ); }
|
||||
|
||||
private:
|
||||
Vector< Tmean > m_Means;
|
||||
std::vector< Tmean > m_Means;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user