Added: Extra (optional) int argument in writeGlvA
This commit is contained in:
parent
5d7270e612
commit
6991c28f31
@ -80,7 +80,7 @@ public:
|
|||||||
//! \brief Writes additional, problem-specific, results to the VTF-file.
|
//! \brief Writes additional, problem-specific, results to the VTF-file.
|
||||||
//! \param nBlock Running result block counter
|
//! \param nBlock Running result block counter
|
||||||
//! \param[in] iStep Load/time step identifier
|
//! \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.
|
//! \brief Writes boundary conditions as scalar fields to the VTF-file.
|
||||||
//! \param nBlock Running result block counter
|
//! \param nBlock Running result block counter
|
||||||
|
Loading…
Reference in New Issue
Block a user