We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92a8570 commit 04c25eaCopy full SHA for 04c25ea
Studio/Analysis/AnalysisTool.cpp
@@ -890,17 +890,11 @@ ShapeHandle AnalysisTool::get_current_shape() {
890
int pca_mode = get_pca_mode();
891
double pca_value = get_pca_value();
892
auto mca_level = get_mca_level();
893
- bool regression_analysis_enabled = get_regression_analysis_status();
894
- if (!regression_analysis_enabled) {
895
- if (mca_level == AnalysisTool::McaMode::Vanilla) {
+ if (mca_level == AnalysisTool::McaMode::Vanilla) {
896
return get_mode_shape(pca_mode, pca_value);
897
} else {
898
return get_mca_mode_shape(pca_mode, pca_value, mca_level);
899
}
900
- } else {
901
-
902
- }
903
904
905
906
//---------------------------------------------------------------------------
0 commit comments