Skip to content

Commit d120368

Browse files
committed
Fix: add accidentaly erased line
1 parent 314500a commit d120368

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

include/MGIS/Function/FunctionConcept.hxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ namespace mgis::function {
9999
struct FunctionResultQueryImplementation3<true, FunctionType> {
100100
using Space =
101101
std::decay_t<decltype(getSpace(std::declval<FunctionType>()))>;
102+
using result_type = std::invoke_result_t<FunctionType, cell_index<Space>,
103+
quadrature_point_index<Space>>;
102104
using const_result_type =
103105
std::invoke_result_t<const FunctionType,
104106
cell_index<Space>,

0 commit comments

Comments
 (0)