BUG: DPMFoam: removed duplicate register of transport properties dictionary

This commit is contained in:
william 2014-01-29 09:34:14 +00:00
parent 951534b33a
commit e0de7c96c7

View File

@ -8,7 +8,8 @@
runTime.constant(),
mesh,
IOobject::MUST_READ_IF_MODIFIED,
IOobject::NO_WRITE
IOobject::NO_WRITE,
false
)
);