Skip to content
Snippets Groups Projects
Commit f53dd962 authored by cameron-stewart's avatar cameron-stewart
Browse files

remove main from namespace

parent f8754fb6
Branches
Tags
No related merge requests found
......@@ -229,14 +229,17 @@ private:
real_t L_, H_, uMax_, uPrev_, uCurr_, uExpected_, uSteady_;
};
} // namespace walberla
//////////
// Main //
//////////
int main(int argc, char ** argv ){
using namespace walberla;
walberla::Environment env( argc, argv );
debug::enterTestMode();
Environment env( argc, argv );
// read parameter
shared_ptr<StructuredBlockForest> blocks = blockforest::createUniformBlockGridFromConfig( env.config() );
......@@ -315,4 +318,4 @@ int main(int argc, char ** 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