Skip to content

Fix error due to double definition in SimpleVector.h

SimpleVector.h isn't valid C++ because it contains two definitions of eta(). As they are anyway identitcal, I just made the definition in the class a declaration which will fix this.

Merge request reports