the use of progressDlg.close instead of progressDlg.hide led to an instability

code cleaning
This commit is contained in:
Paul Leroy
2024-02-16 08:56:15 +01:00
parent 677e63d753
commit b542d0e1ff
12 changed files with 39 additions and 42 deletions
+2 -2
View File
@@ -75,7 +75,7 @@ namespace masc
, kNN(p_kNN)
, ctxClassLabel(p_ctxClassLabel)
, sf(nullptr)
, sfWasAlreadyExisting(false)
// , sfWasAlreadyExisting(false)
{
scale = p_scale;
}
@@ -105,6 +105,6 @@ namespace masc
//! The computed scalar
CCCoreLib::ScalarField* sf;
//! Whether the SF pre-exists
bool sfWasAlreadyExisting;
// bool sfWasAlreadyExisting;
};
}