subrout.cc:222: invalid use of undefined type `class SomParam'
subrout.cc:160: forward declaration of `class SomParam'
subrout.cc:222: invalid use of undefined type `class SomParam'
subrout.cc:160: forward declaration of `class SomParam'
subrout.cc:222: ANSI C++ forbids initialization of member `Alpha_list'
subrout.cc:222: making `Alpha_list' static
subrout.cc:222: ANSI C++ forbids in-class initialization of non-const static member `Alpha_list'
subrout.cc:222: invalid initializer
subrout.cc:223: invalid use of undefined type `class SomParam'
subrout.cc:160: forward declaration of `class SomParam'
subrout.cc:223: invalid use of undefined type `class SomParam'
subrout.cc:160: forward declaration of `class SomParam'
subrout.cc:223: ANSI C++ forbids initialization of member `Dist_list'
subrout.cc:223: making `Dist_list' static
subrout.cc:223: ANSI C++ forbids in-class initialization of non-const static member `Dist_list'
subrout.cc:223: invalid initializer
subrout.cc:224: invalid use of undefined type `class SomParam'
subrout.cc:160: forward declaration of `class SomParam'
subrout.cc:224: invalid use of undefined type `class SomParam'
subrout.cc:160: forward declaration of `class SomParam'
subrout.cc:224: ANSI C++ forbids initialization of member `Neigh_list'
subrout.cc:224: making `Neigh_list' static
subrout.cc:224: ANSI C++ forbids in-class initialization of non-const static member `Neigh_list'
subrout.cc:224: invalid initializer
subrout.cc:243: declaration of `class LaVectorDouble SomParam::Neigh(LaGenMatDouble &, int, int, double, double (*)(LaGenMatDouble, LaGenMatDouble))'
subrout.cc:167: conflicts with previous declaration `typedef class LaVectorDouble ( SomParam::Neigh)(LaGenMatDouble &, int, int, double, double (*)(LaGenMatDouble, LaGenMatDouble))'
subrout.cc: In function `void som(double *, int *, int *, double *, int *, int *, double *, int *, int *, int *, double *, int *, double *)':
subrout.cc:292: no matching function for call to `SomParam::neigh (LaGenMatDouble &, int &, int &, double &, {unknown type})'
