Skip to content
Snippets Groups Projects
Commit 31bbd299 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

STYLE: avoid implicit construction

parent d9978a84
No related branches found
No related tags found
1 merge request!6Content for 1812
Pipeline #21 failed
......@@ -69,8 +69,7 @@ int main(int argc, char *argv[])
<< " TOL h " << hResidualMax << nl
<< " TOL Us " << UsResidualMax << nl << endl;
Switch initDeltaT =
runTime.controlDict().lookup("initDeltaT");
Switch initDeltaT(runTime.controlDict().lookup("initDeltaT"));
if (initDeltaT)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment