Skip to content

Commit

Permalink
update frostForecast
Browse files Browse the repository at this point in the history
  • Loading branch information
ftomei committed Jan 29, 2024
1 parent eb7d3df commit 67a27bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bin/frostForecast/frost.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ class Frost
//Crit3DMeteoGridDbHandler grid;
Crit3DMeteoPointsDbHandler meteoPointsDbHandler;
QList<Crit3DMeteoPoint> meteoPointsList;
QList<QString> idList;
QList<QString> varList;
QStringList idList;
QStringList varList;

std::vector <float> intercept;
std::vector <float> parTss;
Expand Down
4 changes: 2 additions & 2 deletions bin/frostForecast/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#include "frost.h"

// uncomment to execute test
#define TEST
#define TEST_CALIBRATE
// #define TEST
// #define TEST_CALIBRATE

void usage()
{
Expand Down

0 comments on commit 67a27bb

Please sign in to comment.