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

Add forgotten file

parent 60fac2cd
No related branches found
No related tags found
No related merge requests found
#ifndef DUNE_PERFTOOL_SUMFACT_HORIZONTALADD_HH
#define DUNE_PERFTOOL_SUMFACT_HORIZONTALADD_HH
template<class V>
double horizontal_add_lower(const V& x)
{
return horizontal_add(x.get_low());
}
template<class V>
double horizontal_add_upper(const V& x)
{
return horizontal_add(x.get_high());
}
#endif
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