Skip to content
Snippets Groups Projects
Commit d7f3f55f authored by Timo Koch's avatar Timo Koch
Browse files

[bugfix] Fix compiler error variable unknown

parent 4793d8a0
No related branches found
No related tags found
1 merge request!48[2pminc][bugfix] Fix compiler error variable unknown
...@@ -432,7 +432,7 @@ public: ...@@ -432,7 +432,7 @@ public:
Valgrind::CheckDefined(volFraction_); Valgrind::CheckDefined(volFraction_);
Valgrind::CheckDefined(cellSize_); Valgrind::CheckDefined(cellSize_);
// Valgrind::CheckDefined(delta_); // Valgrind::CheckDefined(delta_);
Valgrind::CheckDefined(volContinuum_); // Valgrind::CheckDefined(volContinuum_);
Valgrind::CheckDefined(distNestedContinua_); Valgrind::CheckDefined(distNestedContinua_);
// Valgrind::CheckDefined(x1_test_); // Valgrind::CheckDefined(x1_test_);
// Valgrind::CheckDefined(x2_test_); // Valgrind::CheckDefined(x2_test_);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment