cleaning methods and refactoring abstract classes...

This commit is contained in:
2014-12-11 00:37:58 +01:00
parent ddef0e37a7
commit 2736ede1be
17 changed files with 68 additions and 93 deletions

View File

@@ -71,7 +71,7 @@ int main()
if(test==1)
{
std::cerr << "Testing with entropy ...\n";
b.getPropagator().allowEntropy();
b.getPropagator().allowNoise();
}else
{
std::cerr << "Testing without entropy ...\n";