[apps/probability] Code cleaning

This commit is contained in:
Léa Saviot
2018-12-28 16:39:51 +01:00
parent 2cb921d501
commit 57aada49ec
25 changed files with 102 additions and 275 deletions

View File

@@ -4,11 +4,6 @@
namespace Probability {
Calculation::Calculation():
m_law(nullptr)
{
}
void Calculation::setLaw(Law * law) {
m_law = law;
compute(0);