From f8754fb609a8ed5de514ab4278ebaa1f9a125e4a Mon Sep 17 00:00:00 2001 From: cameron-stewart <cameron.n.stewart@gmail.com> Date: Tue, 15 Jan 2019 14:19:52 -0500 Subject: [PATCH] change to walberla namespace --- tests/lbm/SuViscoelasticityTest.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/lbm/SuViscoelasticityTest.cpp b/tests/lbm/SuViscoelasticityTest.cpp index b58ec8375..f305761eb 100644 --- a/tests/lbm/SuViscoelasticityTest.cpp +++ b/tests/lbm/SuViscoelasticityTest.cpp @@ -43,7 +43,7 @@ #include "timeloop/SweepTimeloop.h" -using namespace walberla; +namespace walberla { ////////////// // TYPEDEFS // @@ -314,3 +314,5 @@ int main(int argc, char ** argv ){ } } + +} -- GitLab