Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/ARPA-SIMC/PRAGA
Browse files Browse the repository at this point in the history
  • Loading branch information
ftomei committed Jan 4, 2024
2 parents 478ff12 + b52e9d8 commit eab16ea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions agrolib/pragaProject/pragaProject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2440,6 +2440,7 @@ bool PragaProject::interpolationMeteoGrid(meteoVariable myVar, frequencyType myF
return true;
}


bool PragaProject::dbMeteoPointDataCount(QDate myFirstDate, QDate myLastDate, meteoVariable myVar, QString dataset, std::vector<int> &myCounter)
{
frequencyType myFreq = getVarFrequency(myVar);
Expand Down Expand Up @@ -2499,11 +2500,10 @@ bool PragaProject::dbMeteoPointDataCount(QDate myFirstDate, QDate myLastDate, me

if (modality == MODE_GUI) closeProgressBar();



return true;
}


bool PragaProject::dbMeteoGridMissingData(QDate myFirstDate, QDate myLastDate, meteoVariable myVar, QList <QDate> &dateList, QList <QString> &idList)
{
frequencyType myFreq = getVarFrequency(myVar);
Expand Down Expand Up @@ -2770,6 +2770,7 @@ void PragaProject::deleteSynchWidget()
synchronicityWidget = nullptr;
}


void PragaProject::showPointStatisticsWidgetGrid(std::string id)
{
logInfoGUI("Loading data...");
Expand Down

0 comments on commit eab16ea

Please sign in to comment.