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

watch your language

[[Imported from SVN: r6385]]
parent 3974e594
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment