Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
AbstractConfig.h
Go to the documentation of this file.
1#ifndef ABSTRACTCONFIG_H
2#define ABSTRACTCONFIG_H
3
38 virtual ~AbstractConfig() = default;
39};
40
41#endif // ABSTRACTCONFIG_H
Polymorphic base class for configuration types.
virtual ~AbstractConfig()=default
Virtual destructor to allow safe polymorphic deletion.