This commit is contained in:
Lucio Lelii 2017-07-27 13:14:20 +00:00
parent 785527c022
commit 359629e72b
1 changed files with 1 additions and 0 deletions

View File

@ -169,6 +169,7 @@ public class ProcessorsFactory {
}
else if (algclass instanceof Clusterer) {
Clusterer m = (Clusterer) algclass;
AnalysisLogger.getLogger().debug("algoritm is null !!!! "+(m==null));
m.setConfiguration(config);
return m;
}