Feature #517

Updated by Knödlseder Jürgen almost 12 years ago

The phenomenon of C++ slicing splitting only occurred to me now (see Bug #516). It happened in the @GModel@ access operator of the @GModels@ class, which was finally resolved by using references to pointers.

The GammaLib interface should be screened for analogous problems. In particular the container classes may be subject to C++ slicing. splitting.

Back