Skip to content
Snippets Groups Projects
Commit 74bea7d1 authored by Tobias Leibner's avatar Tobias Leibner Committed by René Fritze
Browse files

[test.functions] small fix

parent 6ce417e9
No related branches found
No related tags found
No related merge requests found
__name = functions_functions __name = functions_functions
__exec_suffix = yasp_d{dimDomain}_r{dimRange}_rc{dimRangeCols}, alu_{geometry_short}_{refinement_short}_d{dimDomain}_r{dimRange}_rC{dimRangeCols} | expand grid __exec_suffix = yasp_d{dimDomain}_r{dimRange}_rc{dimRangeCols}, alu_{geometry_short}_{refinement_short}_d{dimDomain}_r{dimRange}_rc{dimRangeCols} | expand grid
dimRange = 1, 2, 3 | expand dimRange = 1, 2, 3 | expand
dimRangeCols = 1, 2, 3 | expand dimRangeCols = 1, 2, 3 | expand
......
...@@ -23,8 +23,7 @@ struct IndicatorFunctionTest : public DS::FunctionTest<TESTFUNCTIONTYPE> ...@@ -23,8 +23,7 @@ struct IndicatorFunctionTest : public DS::FunctionTest<TESTFUNCTIONTYPE>
{ {
void check() const void check() const
{ {
const std::unique_ptr<const LocalizableFunctionType> function( const std::unique_ptr<const FunctionType> function(FunctionType::create(FunctionType::default_config()));
LocalizableFunctionType::create(LocalizableFunctionType::default_config()));
} }
}; };
......
__name = functions_indicator __name = functions_indicator
__exec_suffix = yasp_d{dimDomain}_r{dimRange}_rc{dimRangeCols}, alu_{geometry_short}_{refinement_short}_d{dimDomain}_r{dimRange}_rC{dimRangeCols} | expand grid __exec_suffix = yasp_d{dimDomain}_r{dimRange}_rc{dimRangeCols}, alu_{geometry_short}_{refinement_short}_d{dimDomain}_r{dimRange}_rc{dimRangeCols} | expand grid
dimRange = 1 dimRange = 1
dimRangeCols = 1 dimRangeCols = 1
......
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