Skip to content

Commit

Permalink
fixed gridexport
Browse files Browse the repository at this point in the history
  • Loading branch information
gantolini committed Nov 13, 2023
1 parent 94fc701 commit 7305612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pragaProject/pragaShell.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ int cmdExportDailyGridToRaster(PragaProject* myProject, QList<QString> argumentL
else if (argumentList.at(i).left(4) == "-d2:")
{
dateFinStr = argumentList[i].right(argumentList[i].length()-4);
dateFin = QDate::fromString(dateIniStr, "dd/MM/yyyy");
dateFin = QDate::fromString(dateFinStr, "dd/MM/yyyy");
}
else if (argumentList.at(i).left(4) == "-dp:")
{
Expand Down

0 comments on commit 7305612

Please sign in to comment.