Fixed: Incorrect nf in SIMoutput::writeGlvS1 for mixed problems
This commit is contained in:
parent
3a9a8ae65e
commit
d451b1cd5d
@ -527,8 +527,6 @@ int SIMoutput::writeGlvS1 (const Vector& psol, int iStep, int& nBlock,
|
|||||||
else
|
else
|
||||||
haveXsol = mySol->getVectorSol() != nullptr;
|
haveXsol = mySol->getVectorSol() != nullptr;
|
||||||
}
|
}
|
||||||
if (myProblem && nf > 1)
|
|
||||||
nf = myProblem->getNoFields(1);
|
|
||||||
|
|
||||||
std::array<IntVec,2> vID;
|
std::array<IntVec,2> vID;
|
||||||
std::vector<IntVec> sID;
|
std::vector<IntVec> sID;
|
||||||
|
Loading…
Reference in New Issue
Block a user