Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
IPSL
LMD
InTro
RoutingPP
Commits
a26c8601
Commit
a26c8601
authored
Jun 14, 2020
by
POLCHER Jan
🚴🏾
Browse files
Put a more reasonable default value to the number of rivers to be followed.
parent
a8b12804
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Interface.py
Interface.py
+1
-1
No files found.
Interface.py
View file @
a26c8601
...
...
@@ -30,7 +30,7 @@ config = configparser.ConfigParser()
config
.
read
(
"run.def"
)
gendoc
=
config
.
get
(
"OverAll"
,
"Documentation"
,
fallback
=
'false'
)
nbxmax
=
config
.
getint
(
"OverAll"
,
"nbxmax"
,
fallback
=
63
)
largest_pos
=
config
.
getint
(
"OverAll"
,
"ROUTING_RIVERS"
,
fallback
=
5
0
)
largest_pos
=
config
.
getint
(
"OverAll"
,
"ROUTING_RIVERS"
,
fallback
=
20
0
)
#
undef_int
=
999999999.9
# Order of magnitude for the area precision in m^2.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment