From 6991c28f3196f7316400880a34c0db1a79acf62b Mon Sep 17 00:00:00 2001 From: Knut Morten Okstad Date: Sat, 2 Apr 2022 14:59:46 +0200 Subject: [PATCH] Added: Extra (optional) int argument in writeGlvA --- src/SIM/SIMoutput.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SIM/SIMoutput.h b/src/SIM/SIMoutput.h index a2598095..1751cfb2 100644 --- a/src/SIM/SIMoutput.h +++ b/src/SIM/SIMoutput.h @@ -80,7 +80,7 @@ public: //! \brief Writes additional, problem-specific, results to the VTF-file. //! \param nBlock Running result block counter //! \param[in] iStep Load/time step identifier - virtual bool writeGlvA(int& nBlock, int iStep = 1) const { return true; } + virtual bool writeGlvA(int& nBlock, int iStep, int = 1) const { return true; } //! \brief Writes boundary conditions as scalar fields to the VTF-file. //! \param nBlock Running result block counter