Skip to content
Snippets Groups Projects
Commit ca3e37cb authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Fixed mesh setup in time independent problems.

parent 57015d46
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +59,8 @@ setup( const Config::ParameterContainer& parameters,
}
std::cout << " [ OK ] " << std::endl;
problem->setMesh( this->mesh );
/****
* Set-up common data
*/
......
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