qPCR4vir / ThDySec

Modeling of primers/probes hybridization on to a set of target viral sequences.
GNU General Public License v3.0
4 stars 1 forks source link

simplify class CParam<Param_t> #7

Open qPCR4vir opened 5 years ago

qPCR4vir commented 5 years ago

Currently it can accept a reference to the used simple program parameter. But this complicate this clase, causing code duplication and introducing many nuances for it use: with the get() or directly, or even creating dangling references. It also have an internal value, "just in case" no external reference is passed. We better make this case the only available, so this will be the only place where the parameter is. It also introduce possible value duplication in base classes