kaliveda-dev team mailing list archive
-
kaliveda-dev team
-
Mailing list archive
-
Message #00159
[Bug 740064] Re: Errors using example class KVQPSource: this method must be overridden!
** Branch linked: lp:kaliveda
--
You received this bug notification because you are a member of KaliVeda
Development Team, which is subscribed to KaliVeda.
https://bugs.launchpad.net/bugs/740064
Title:
Errors using example class KVQPSource: this method must be overridden!
Status in KaliVeda data analysis framework:
Fix Committed
Status in KaliVeda 1.8 series:
Fix Committed
Bug description:
When trying to use example analysis class AnalMonQP with example global variable class KVQPSource,
the following messages appear on execution:
Warning in <KVQPsource::GetNameIndex(const Char_t *name)>: The parameter "E*" does not exist fot the Class KVQPsource.
0 returned.
Warning in <KVQPsource::getvalue_int>: this method must be overridden!
Warning in <KVQPsource::GetNameIndex(const Char_t *name)>: The parameter "A" does not exist fot the Class KVQPsource.
0 returned.
Warning in <KVQPsource::getvalue_int>: this method must be overridden!
Warning in <KVQPsource::GetNameIndex(const Char_t *name)>: The parameter "Z" does not exist fot the Class KVQPsource.
0 returned.
The polymorphism has been broken since KVVarGlob base classes were
rewritten.
References