Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
SimAquaLife
GR3D
Commits
d40b6e51
Commit
d40b6e51
authored
Jul 02, 2020
by
Lambert Patrick
Browse files
with correction of reading basin feature
parent
8215307d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/environment/BasinNetworkSWithContinent.java
View file @
d40b6e51
...
...
@@ -265,9 +265,9 @@ public class BasinNetworkSWithContinent extends BasinNetwork {
while
(
scanner
.
hasNext
())
{
basin_id
=
scanner
.
nextInt
();
// gid
name
=
scanner
.
next
();
surface
=
scanner
.
nextDouble
();
longitude
=
scanner
.
nextDouble
();
latitude
=
scanner
.
nextDouble
();
surface
=
scanner
.
nextDouble
();
order
=
scanner
.
nextInt
();
if
(
useRealPDam
==
true
)
{
pDam
=
scanner
.
nextDouble
();
...
...
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