Removed comment after #endif (warning in gcc 1.96+)

This commit is contained in:
evomarc 2002-02-02 05:51:31 +00:00
commit ef0e071dc6

View file

@ -210,4 +210,5 @@ template<class T> T euclidean_distance(const vector<T>& v1,
//-----------------------------------------------------------------------------
#endif VECOP_H
#endif