Skip to content

Commit

Permalink
tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ftomei committed Apr 20, 2021
1 parent b6de111 commit 34f6068
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Binary file modified DATA/PROJECT/Ravone/data/soil_ER_2002.db
Binary file not shown.
Binary file modified DATA/PROJECT/Ravone/data/units.db
Binary file not shown.
Binary file modified DATA/PROJECT/kiwifruit/data/soil_ER_2002.db
Binary file not shown.
Binary file modified DATA/PROJECT/kiwifruit/data/units.db
Binary file not shown.
4 changes: 2 additions & 2 deletions bin/CRITERIA1D/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include "utilities.h"

// uncomment to execute test
#define TEST_SQLITE
//#define TEST_SQLITE
//#define TEST_FIRSTRUN
//#define TEST_RESTART

Expand Down Expand Up @@ -39,7 +39,7 @@ int main(int argc, char *argv[])
QString path;
if (! searchDataPath(&path)) return -1;
#ifdef TEST_SQLITE
settingsFileName = path + "PROJECT/kiwifruit/kiwifruit.ini";
settingsFileName = path + "PROJECT/ravone/ravone.ini";
#else
usage();
return 1;
Expand Down

0 comments on commit 34f6068

Please sign in to comment.