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
2bce4f91
Commit
2bce4f91
authored
Sep 14, 2020
by
patrick.lambert
Browse files
typo fixed
parent
da1eb0bc
Changes
1
Show whitespace changes
Inline
Side-by-side
src/main/java/environment/RIOBasinNetworkWithContinent.java
View file @
2bce4f91
...
@@ -387,7 +387,7 @@ public class RIOBasinNetworkWithContinent extends RIOBasinNetwork {
...
@@ -387,7 +387,7 @@ public class RIOBasinNetworkWithContinent extends RIOBasinNetwork {
basin_id
=
Integer
.
valueOf
(
fields
[
0
]);
// gid
basin_id
=
Integer
.
valueOf
(
fields
[
0
]);
// gid
name
=
fields
[
1
];
name
=
fields
[
1
];
function
=
fields
[
2
];
function
=
fields
[
2
];
//System.out.println(basin_id + " " + name);
//
System.out.println(basin_id + " " + name);
OffshoreBasin
offshorebasin
=
new
OffshoreBasin
(
basin_id
,
name
,
OffshoreBasinFunction
.
valueOf
(
function
));
OffshoreBasin
offshorebasin
=
new
OffshoreBasin
(
basin_id
,
name
,
OffshoreBasinFunction
.
valueOf
(
function
));
...
...
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