Merge branch 'morphLBM' of github.com:JamesEMcClure/LBPM-WIA into morphLBM

This commit is contained in:
James E McClure
2019-03-28 15:49:28 -04:00

View File

@@ -163,7 +163,7 @@ void ScaLBL_ColorModel::AssignComponentLabels(double *phase)
char VALUE=0;
double AFFINITY=0.f;
auto LabelList = color_db->getVector<char>( "ComponentLabels" );
auto LabelList = color_db->getVector<signed char>( "ComponentLabels" );
auto AffinityList = color_db->getVector<double>( "ComponentAffinity" );
NLABELS=LabelList.size();