Fixed CS
This commit is contained in:
parent
38ca00ee57
commit
f6fe37d72e
@ -1,5 +1,5 @@
|
|||||||
#ifndef __EUCLIDIAN_HPP__
|
#ifndef EUCLIDIAN_HPP
|
||||||
#define __EUCLIDIAN_HPP__
|
#define EUCLIDIAN_HPP
|
||||||
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
@ -12,7 +12,7 @@
|
|||||||
*/
|
*/
|
||||||
class Euclidean
|
class Euclidean
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
/**
|
/**
|
||||||
* Constructor
|
* Constructor
|
||||||
*
|
*
|
||||||
@ -79,7 +79,7 @@ class Euclidean
|
|||||||
*/
|
*/
|
||||||
static double min(const std::vector<Euclidean> vect);
|
static double min(const std::vector<Euclidean> vect);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
int _x;
|
int _x;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user