summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/core/tests/particles.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/core/tests/particles.cpp b/lib/core/tests/particles.cpp
index 60cdc14..79a6471 100644
--- a/lib/core/tests/particles.cpp
+++ b/lib/core/tests/particles.cpp
@@ -10,7 +10,7 @@ using namespace kel::lbm::sch;
using T = Float64;
}
-SAW_TEST("Verlet step"){
+SAW_TEST("Verlet step 2D - Planar"){
using namespace kel;
@@ -29,6 +29,7 @@ SAW_TEST("Verlet step"){
SAW_EXPECT(pos.at({{0}}).get() == 0.25, std::string{"Incorrect Pos X: "} + std::to_string(pos.at({{0}}).get()));
SAW_EXPECT(pos.at({{1}}).get() == 0.0, std::string{"Incorrect Pos Y: "} + std::to_string(pos.at({{1}}).get()));
}
+
/*
SAW_TEST("Minor Test for mask"){
using namespace kel;