From d451b1cd5d2cc6af7be7bf603ae3cce32d652203 Mon Sep 17 00:00:00 2001 From: Knut Morten Okstad Date: Wed, 18 Jul 2018 20:48:13 +0200 Subject: [PATCH] Fixed: Incorrect nf in SIMoutput::writeGlvS1 for mixed problems --- src/SIM/SIMoutput.C | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/SIM/SIMoutput.C b/src/SIM/SIMoutput.C index 7e0d7b1a..49d2dc82 100644 --- a/src/SIM/SIMoutput.C +++ b/src/SIM/SIMoutput.C @@ -527,8 +527,6 @@ int SIMoutput::writeGlvS1 (const Vector& psol, int iStep, int& nBlock, else haveXsol = mySol->getVectorSol() != nullptr; } - if (myProblem && nf > 1) - nf = myProblem->getNoFields(1); std::array vID; std::vector sID;