Skip to content

Commit

Permalink
Remove preferences about spacialite in the preferences model
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitgaudou committed May 11, 2022
1 parent ff3b411 commit 4b98046
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions msi.gama.models/models/GAML Syntax/System/Preferences.gaml
Expand Up @@ -172,9 +172,6 @@ init {
//Number of times to retry if connection cannot be established
write sample(gama.pref_http_retry_number);

//Path to Spatialite library (http://www.gaia-gis.it/gaia-sins/)
write sample(gama.pref_lib_spatialite);

//If true, when running out of memory, GAMA will try to close the experiment, otherwise it exits
write sample(gama.pref_memory_action);

Expand Down Expand Up @@ -418,9 +415,6 @@ init {
//Number of times to retry if connection cannot be established
gama.pref_http_retry_number <- 3;

//Path to Spatialite library (http://www.gaia-gis.it/gaia-sins/)
gama.pref_lib_spatialite <- file('/Users/drogoul/Documents/Git/gama/msi.gama.models/models/Features/Data Importation/models/Enter path');

//If true, when running out of memory, GAMA will try to close the experiment, otherwise it exits
gama.pref_memory_action <- true;

Expand Down

0 comments on commit 4b98046

Please sign in to comment.