Skip to content
Snippets Groups Projects
Commit 4055551a authored by Li-Ta Lo's avatar Li-Ta Lo Committed by Kitware Robot
Browse files

Merge topic 'threshold_template'


62238896 remove ->template

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Acked-by: Vicente Bolea's avatarVicente Bolea <vicente.bolea@kitware.com>
Merge-request: !2849
parents e42b1d00 62238896
No related branches found
No related tags found
3 merge requests!2873Branch for the v1.9.0 release,!2870Branch for the v1.9.0 release,!2849Remove ->template
Checking pipeline status
......@@ -131,7 +131,7 @@ public:
vtkm::cont::UnknownCellSet output;
CastAndCall(cellSet, [&](auto concrete) {
output = vtkm::worklet::CellDeepCopy::Run(
this->template RunImpl(concrete, field, fieldType, predicate, returnAllInRange));
this->RunImpl(concrete, field, fieldType, predicate, returnAllInRange));
});
return output;
}
......
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