Skip to content
Snippets Groups Projects
Commit 7e7c0782 authored by Sebastian Eibl's avatar Sebastian Eibl
Browse files

fixed BoundaryHandling test case

parent 1b7fb0b1
Branches
No related merge requests found
......@@ -48,7 +48,7 @@
#include <cmath>
using namespace walberla;
namespace walberla {
......@@ -437,3 +437,9 @@ int main( int argc, char** argv )
logging::Logging::printFooterOnStream();
return EXIT_SUCCESS;
}
}
int main( int argc, char* argv[] )
{
return walberla::main( argc, argv );
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment