|
@@ -227,7 +227,7 @@ void DataCollectionWidget::slotCalc()
|
|
|
|
|
|
GreyClusteringSampleTable *gcSample = dynamic_cast<GreyClusteringSampleTable *>(m_tab->currentWidget());
|
|
|
if (gcSample != nullptr) {
|
|
|
- // gcSample->compute();
|
|
|
+ gcSample->compute();
|
|
|
}
|
|
|
|
|
|
GreyClusteringConfigWidget *gcConfig = dynamic_cast<GreyClusteringConfigWidget *>(m_tab->currentWidget());
|