Removed comment after #endif (warning in gcc 1.96+)
This commit is contained in:
parent
52bc2ed4f8
commit
ef0e071dc6
1 changed files with 2 additions and 1 deletions
|
|
@ -210,4 +210,5 @@ template<class T> T euclidean_distance(const vector<T>& v1,
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
#endif VECOP_H
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue