Skip to content
Snippets Groups Projects
Commit 6d3bc955 authored by Robert Klöfkorn's avatar Robert Klöfkorn
Browse files

minor change.

[[Imported from SVN: r4700]]
parent a7452319
Branches
Tags
No related merge requests found
......@@ -102,7 +102,7 @@ namespace Dune
//! Sets all entries to the same value
void set(const T& v) {
for (int i=0; i<size(); i++)
for (int i=0; i<size(); ++i)
(*this)[i] = v;
}
......@@ -416,5 +416,4 @@ namespace Dune
/** @} */
} // end namespace Dune
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment