Skip to content
Snippets Groups Projects
Commit 333f6192 authored by Tobias Leibner's avatar Tobias Leibner
Browse files

[test.functions] small fix

parent c8cc23f1
No related branches found
No related tags found
No related merge requests found
__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
dimRangeCols = 1, 2, 3 | expand
......
......@@ -23,8 +23,7 @@ struct IndicatorFunctionTest : public DS::FunctionTest<TESTFUNCTIONTYPE>
{
void check() const
{
const std::unique_ptr<const LocalizableFunctionType> function(
LocalizableFunctionType::create(LocalizableFunctionType::default_config()));
const std::unique_ptr<const FunctionType> function(FunctionType::create(FunctionType::default_config()));
}
};
......
__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
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