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

[mpfa][ivdatahandle] ensure compatibility with tracer model

parent b8dfecec
No related branches found
No related tags found
1 merge request!774Cleanup/mpfa
......@@ -203,7 +203,8 @@ public:
{
for (unsigned int cIdx = 0; cIdx < numComponents; ++cIdx)
{
if (pIdx == cIdx)
using FluidSystem = typename GET_PROP_TYPE(TypeTag, FluidSystem);
if (cIdx == FluidSystem::getMainComponent(pIdx))
continue;
// resize transmissibility matrix & mole fraction vector
......
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