Skip to content

Make methods of basis_set base class public

Sebastian Ohlmann requested to merge fix_basis_set_base_class into develop

Description

Make methods of basis_set base class public, otherwise they are in principle not allowed to be public in derived classes. The newest Intel 19 compiler also complains about this and won't compile it otherwise.

Checklist

Merge request reports