Skip to content

Commit d451b1c

Browse files
committed
Fixed: Incorrect nf in SIMoutput::writeGlvS1 for mixed problems
1 parent 3a9a8ae commit d451b1c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/SIM/SIMoutput.C

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -527,8 +527,6 @@ int SIMoutput::writeGlvS1 (const Vector& psol, int iStep, int& nBlock,
527527
else
528528
haveXsol = mySol->getVectorSol() != nullptr;
529529
}
530-
if (myProblem && nf > 1)
531-
nf = myProblem->getNoFields(1);
532530

533531
std::array<IntVec,2> vID;
534532
std::vector<IntVec> sID;

0 commit comments

Comments
 (0)