gergopokol / renate-od

RENATE Open Diagnostics
GNU Lesser General Public License v3.0
7 stars 3 forks source link

AtomicDB reconstruction #243

Closed Balazs-Peter closed 2 years ago

Balazs-Peter commented 2 years ago

Modify AtomicDB to instantiate the rate providing class, such as RenateDB (#244) or InternalDB (#210), and use the uniformly named methods of these classes to collect the rate interpolator functions. For now this is a simpler solution than dealing with method resolution order issues that come with multiple inheritance.