Skip to content
Snippets Groups Projects
Commit 16555e52 authored by Hkorb's avatar Hkorb
Browse files

fix bug in BoundaryLayer app

parent 768bdbdb
No related branches found
No related tags found
1 merge request!143Experimental merge
......@@ -171,8 +171,8 @@ void multipleLevel(const std::string& configPath)
para->setIsBodyForce( config.getValue<bool>("bodyForce") );
para->setTStartOut(uint(tStartOut/dt) );
para->setTOut( uint(tOut/dt) );
para->setTEnd( uint(tEnd/dt) );
para->setTimestepOut( uint(tOut/dt) );
para->setTimestepEnd( uint(tEnd/dt) );
// para->setTOut( 100 );
// para->setTEnd( 100000 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment