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

make fvector test compile again (this should be revised).

[[Imported from SVN: r6375]]
parent 3de3ec06
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ namespace Dune {
//! Constructor making vector with identical coordinates
template<class C>
explicit FieldVector (const DenseVector<C> & x)
FieldVector (const DenseVector<C> & x)
{
assert(x.size() == SIZE);
for (size_type i = 0; i<SIZE; 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