Skip to content

Commit

Permalink
simplified
Browse files Browse the repository at this point in the history
  • Loading branch information
gantolini committed Sep 19, 2024
1 parent c040f39 commit a120d7b
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/mainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3253,14 +3253,11 @@ void MainWindow::on_actionInterpolationCVCurrentTime_triggered()

myProject.closeLogInfo();

if (! isComputed)
if (isComputed)
{
myProject.logError();
return;
this->ui->actionShowPointsCVResidual->setEnabled(true);
redrawMeteoPoints(showCVResidual, false);
}

this->ui->actionShowPointsCVResidual->setEnabled(true);
redrawMeteoPoints(showCVResidual, false);
}


Expand Down

0 comments on commit a120d7b

Please sign in to comment.