Skip to content

Commit

Permalink
WIP #12: Add API to query connection between vessel nodes (whoops, sh…
Browse files Browse the repository at this point in the history
…ould have tested first!)
  • Loading branch information
Andrew Brindamour committed Jan 18, 2016
1 parent e967b6e commit b701230
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public BaseEngineeringConsoleManager() {
}
}

this.gridConnections = new ArrayList<>();
Iterator<VesselNodeConnection> connectionIterator = vessel.getInternals().connectionIterator();
while(connectionIterator.hasNext()) {
gridConnections.add(connectionIterator.next());
Expand Down

0 comments on commit b701230

Please sign in to comment.