Skip to content
Snippets Groups Projects
Commit 4916b611 authored by Tom Fischer's avatar Tom Fischer
Browse files

[Param] TimeDependentHeterogeneousParameter: fix docu.

parent ed3e1d75
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ public: ...@@ -33,7 +33,7 @@ public:
bool isTimeDependent() const override; bool isTimeDependent() const override;
/// @copydoc Parameter::operator() /// @copydoc Parameter::operator()()
std::vector<double> operator()(double const t, std::vector<double> operator()(double const t,
SpatialPosition const& pos) const override; SpatialPosition const& pos) const override;
......
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