Skip to content
Snippets Groups Projects
Commit 17de3834 authored by Martin Nolte's avatar Martin Nolte
Browse files

spelling

[[Imported from SVN: r6386]]
parent 9e5d5e14
Branches
Tags
No related merge requests found
......@@ -92,7 +92,7 @@ namespace Dune {
template<class K1, int SIZE1>
explicit FieldVector (const FieldVector<K1,SIZE1> & x)
{
dune_static_assert(SIZE1 == SIZE, "FieldVector in costructor has wrong size");
dune_static_assert(SIZE1 == SIZE, "FieldVector in constructor has wrong size");
for (size_type i = 0; i<SIZE; i++)
_data[i] = x[i];
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment