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