diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/particles.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/particles.cpp b/tests/particles.cpp index c8068e8..277a8d0 100644 --- a/tests/particles.cpp +++ b/tests/particles.cpp @@ -10,7 +10,7 @@ using namespace kel::lbm::sch; using T = Float64; } - +/* SAW_TEST("Minor Test for mask"){ using namespace kel; @@ -81,4 +81,5 @@ SAW_TEST("Verlet integration test"){ } } +*/ } |