[RavenclawDev 270] bug in Concept.cpp???
Udhyakumar N
udhay at cmu.edu
Tue May 15 15:10:52 EDT 2007
I happen to notice the following code in RavenClaw\DMCore\Concepts\Concept.cpp
// D: clears the explicitly confirmed hyp
void CConcept::ClearExplicitlyConfirmedHyp() {
sExplicitlyConfirmedHyp = "";
}
// D: clears the explicitly confirmed hyp
void CConcept::ClearExplicitlyDisconfirmedHyp() {
sExplicitlyConfirmedHyp = "";
}
Both the functions clear the same variable sExplicitlyConfirmedHyp. I
think the second one should be sExplicitlyDisconfirmedHyp. Could it be
a bug?
-Udhay
More information about the Ravenclaw-developers
mailing list