Skip to content
Snippets Groups Projects
Commit b8dfecec authored by Dennis Gläser's avatar Dennis Gläser
Browse files

[mpfa][fluxcachefiller] be compatible with the tracer model

parent 077c544e
No related branches found
No related tags found
1 merge request!774Cleanup/mpfa
......@@ -315,7 +315,8 @@ private:
{
for (unsigned int compIdx = 0; compIdx < numComponents; ++compIdx)
{
if (phaseIdx == compIdx)
using FluidSystem = typename GET_PROP_TYPE(TypeTag, FluidSystem);
if (compIdx == FluidSystem::getMainComponent(phaseIdx))
continue;
// fill data in the handle
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment