Skip to content
Snippets Groups Projects
Commit eb26cfa6 authored by Oliver Sander's avatar Oliver Sander
Browse files

Remove bogus TODO comment

The code still involves recursion, therefore the separate 'Helper'
method remains necessary.
parent fdcfc577
No related branches found
No related tags found
1 merge request!267Implement printmatrix for scalar entries
......@@ -502,12 +502,7 @@ namespace Dune {
outStream.precision(oldPrecision);
}
// Write vector entries to a stream
// TODO: The writeVectorToMatlab method does not actually need this helper anymore:
// As there is no template specialization involved, the code may as well
// be simply folded into writeVectorToMatlab. On the other hand,
// writeVectorToMatlabHelper writes the vector content into a stream,
// which may be useful to some people.
// Recursively write vector entries to a stream
template<class V>
void writeVectorToMatlabHelper (const V& v, std::ostream& stream)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment