twoPhaseMixture: Removed redundant code

This commit is contained in:
Henry Weller
2021-07-30 21:30:42 +01:00
parent 4f969432ad
commit 2529739218

View File

@ -89,11 +89,6 @@ Foam::IOdictionary Foam::twoPhaseMixture::readPhasePropertiesDict
IOdictionary phasePropertiesDict(transportPropertiesIO);
phasePropertiesDict.rename("phaseProperties");
WarningInFunction
<< "Automatically converting "
<< transportPropertiesIO.name()
<< " into " << phasePropertiesDict.name() << " and ".
const wordList phases(phasePropertiesDict.lookup("phases"));
forAll(phases, i)