Resolve various unimportant warning messages from Gcc, Clang and Icpc

This commit is contained in:
Henry Weller
2015-07-19 11:31:49 +01:00
parent 6555f605f0
commit 91e04d69c1
129 changed files with 409 additions and 260 deletions

View File

@ -0,0 +1,9 @@
const dictionary& potentialFlow
(
mesh.solutionDict().subDict("potentialFlow")
);
const int nNonOrthCorr
(
potentialFlow.lookupOrDefault<int>("nNonOrthogonalCorrectors", 0)
);

View File

@ -1,5 +0,0 @@
const dictionary& potentialFlow =
mesh.solutionDict().subDict("potentialFlow");
const int nNonOrthCorr =
potentialFlow.lookupOrDefault<int>("nNonOrthogonalCorrectors", 0);