Skip to content
Snippets Groups Projects
Commit f488daea authored by Timo Koch's avatar Timo Koch
Browse files

[io] Remove deprecated function

parent 35871909
No related branches found
No related tags found
1 merge request!1015Fix/vtkouput staggered
...@@ -129,15 +129,6 @@ public: ...@@ -129,15 +129,6 @@ public:
//! Do not call these methods after initialization i.e. _not_ within the time loop //! Do not call these methods after initialization i.e. _not_ within the time loop
////////////////////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////////////////////
//! Output a scalar volume variable
//! \param name The name of the vtk field
//! \param f A function taking a VolumeVariables object and returning the desired scalar
DUNE_DEPRECATED_MSG("Will be removed after next release. Please use addVolumeVariable(function, name) instead!")
void addSecondaryVariable(const std::string& name, std::function<Scalar(const VolumeVariables&)>&& f)
{
volVarScalarDataInfo_.push_back(VolVarScalarDataInfo{f, name});
}
//! Output a scalar volume variable //! Output a scalar volume variable
//! \param name The name of the vtk field //! \param name The name of the vtk field
//! \param f A function taking a VolumeVariables object and returning the desired scalar //! \param f A function taking a VolumeVariables object and returning the desired scalar
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment