Skip to content

Commit

Permalink
Mods for v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rklasky committed Jan 2, 2023
1 parent c706b16 commit 18e21c8
Show file tree
Hide file tree
Showing 18 changed files with 1,561 additions and 313 deletions.
14 changes: 8 additions & 6 deletions MSSPM_GuiEstimation/nmfEstimationTab01.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2073,9 +2073,10 @@ nmfEstimation_Tab1::callback_SpeciesRangeSB(int pct)
switch (col) {
case 3:
case 6:
case 10:
case 14:
case 17:
case 9:
case 12:
case 15:
case 18:
index = m_SpeciesModel->index(row,col-1);
valueWithoutComma = index.data().toString().remove(",");
newValue = valueWithoutComma.toDouble()*(1.0-pctVal);
Expand All @@ -2088,9 +2089,10 @@ nmfEstimation_Tab1::callback_SpeciesRangeSB(int pct)
break;
case 4:
case 7:
case 11:
case 15:
case 18:
case 10:
case 13:
case 16:
case 19:
index = m_SpeciesModel->index(row,col-2);
valueWithoutComma = index.data().toString().remove(",");
newValue = valueWithoutComma.toDouble()*(1.0+pctVal);
Expand Down
2 changes: 1 addition & 1 deletion MSSPM_GuiEstimation/nmfEstimationTab03.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ nmfEstimation_Tab3::callback_SavePB()
}

Estimation_Tabs->setCursor(Qt::WaitCursor);

qDebug() << "isNoK: " << isNoK();
// Alpha
if (isNoK()) {
if (! nmfUtilsQt::runAllTableChecks(m_Logger, Estimation_Tabs,
Expand Down
Loading

0 comments on commit 18e21c8

Please sign in to comment.