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
gantolini committed Dec 22, 2023
2 parents 9967d99 + f0311f3 commit 70ffdc0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions agrolib/climate/climate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4974,6 +4974,7 @@ bool monthlyAggregateDataGrid(Crit3DMeteoGridDbHandler* meteoGridDbHandler, QDat
meteoPointTemp->initializeObsDataM(nrMonths, firstDate.month(), firstDate.year());
// copy id to MPTemp
meteoPointTemp->id = meteoGridDbHandler->meteoGrid()->meteoPointPointer(row,col)->id;
meteoPointTemp->latitude = meteoGridDbHandler->meteoGrid()->meteoPointPointer(row,col)->latitude;
// meteoPointTemp should be init
meteoPointTemp->nrObsDataDaysH = 0;
meteoPointTemp->nrObsDataDaysD = 0;
Expand Down
5 changes: 4 additions & 1 deletion fedora/SPECS/PRAGA.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%{!?srcarchivename: %global srcarchivename PRAGA-%{version}}

Name: PRAGA
Version: 1.7.4
Version: 1.7.5
Release: 1%{?dist}
Summary: PRogram for AGrometeorological Analysis

Expand Down Expand Up @@ -55,6 +55,9 @@ cp -a src/PRAGA %{buildroot}/%{_bindir}/


%changelog
* Wed Dec 20 2023 Laura Costantini <[email protected]> - 1.7.5-1
- Release 1.7.5

* Wed Dec 06 2023 Laura Costantini <[email protected]> - 1.7.4-1
- Release 1.7.4

Expand Down

0 comments on commit 70ffdc0

Please sign in to comment.