Skip to content
Snippets Groups Projects
Commit 51920400 authored by Andrew Heather's avatar Andrew Heather
Browse files

BUG: corrected bug introduced by merge error

parent b257c848
Branches
Tags
No related merge requests found
......@@ -49,11 +49,7 @@ Foam::solidMixture::solidMixture
forAll(components_, i)
{
properties_.set
(
i,
solid::New(thermophysicalProperties.subDict(components_[i]))
);
properties_.set(i, solid::New(props.subDict(components_[i])));
}
}
......
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