Skip to content
Snippets Groups Projects
Commit cf959765 authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

[common.vector] claryfied deprecation msg

parent 55b9bf0a
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ void clear(Dune::DenseVector<VectorImp>& vector)
} // void clear( DenseVectorType& vector )
template <class T>
DUNE_DEPRECATED_MSG("THIS DOES NOT RESIZE ANYTHING")
DUNE_DEPRECATED_MSG("THIS WILL BE REMOVED ONCE ExtendedParameterTree::getVector() IS PROPERLY IMPLEMENTED!")
Dune::DynamicVector<T> resize(const Dune::DynamicVector<T>& inVector, const size_t newSize, const T fill = T(0))
{
Dune::DynamicVector<T> outVector(newSize);
......
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