Skip to content
Snippets Groups Projects
Commit e3dbe5b2 authored by Dominic Kempf's avatar Dominic Kempf
Browse files

[bugfix] Fix missing decalrator in typedef

Bug introduced in the fix of flyspray/FS#1331 and !2
revealed my `make build_tests`.
parent 5127ccf5
No related branches found
No related tags found
1 merge request!6Fixup for !2
......@@ -45,7 +45,7 @@ namespace Dune {
//! export types, they come from the derived class
typedef X domain_type;
typedef typename X::field_type field_type;
typedef typename FieldTraits<field_type>::real_type;
typedef typename FieldTraits<field_type>::real_type real_type;
/*! \brief Dot product of two vectors.
It is assumed that the vectors are consistent on the interior+border
......
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