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

I doubt that this ever compiled. DONT COMMIT CODE THAT DOES NOT COMPILE.

How difficult is this. I just don't get it. 



[[Imported from SVN: r6384]]
parent 2e429111
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)
{
static_assert(SIZE1 == SIZE, "FieldVector in costructor has wrong size");
dune_static_assert(SIZE1 == SIZE, "FieldVector in costructor 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