Skip to content
Snippets Groups Projects
Commit 181690b3 authored by Cédric Traizet's avatar Cédric Traizet
Browse files

BUG: add template before the use of a template function

parent 26405bbf
No related branches found
No related tags found
No related merge requests found
......@@ -259,7 +259,7 @@ VectorPrediction<RegressionMode>
itkExceptionMacro(<< "incorrect field type: " << field.GetType() << ".");
}
if (computeConfidenceMap)
dstFeature[confFieldName].SetValue<double>(quality->GetMeasurementVector(count)[0]);
dstFeature[confFieldName].template SetValue<double>(quality->GetMeasurementVector(count)[0]);
if (updateMode)
{
outLayer.SetFeature(dstFeature);
......
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