mirror of
https://github.com/dgirardeau/q3DMASC.git
synced 2026-08-29 16:40:49 +08:00
the use of progressDlg.close instead of progressDlg.hide led to an instability
code cleaning
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user