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.
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.