Skip to content
Snippets Groups Projects
Commit 50ea078d authored by sergio's avatar sergio
Browse files

BUG: (ExplicitSourceIO.C) Problem reading volumeMode_

parent 8a7f3737
Branches
Tags
No related merge requests found
......@@ -40,8 +40,8 @@ bool Foam::ExplicitSource<Type>::read(const dictionary& dict)
{
if (basicSource::read(dict))
{
setFieldData(coeffs_.subDict("injectionRate"));
volumeMode_ = wordToVolumeModeType(coeffs_.lookup("volumeMode"));
setFieldData(coeffs_.subDict("injectionRate"));
return true;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment