mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-28 10:09:53 +01:00
[apps/probability] Code cleaning
This commit is contained in:
@@ -4,11 +4,6 @@
|
||||
|
||||
namespace Probability {
|
||||
|
||||
Calculation::Calculation():
|
||||
m_law(nullptr)
|
||||
{
|
||||
}
|
||||
|
||||
void Calculation::setLaw(Law * law) {
|
||||
m_law = law;
|
||||
compute(0);
|
||||
|
||||
Reference in New Issue
Block a user