mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
Merged with develop. Fixed many bugs in Visualiser.
#bugs
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
package seng302.models;
|
||||
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import org.junit.Before;
|
||||
import org.junit.Test;
|
||||
import seng302.model.PolarTable;
|
||||
import seng302.model.Yacht;
|
||||
import seng302.utilities.GeoPoint;
|
||||
|
||||
public class YachtTest {
|
||||
|
||||
Double windDir;
|
||||
Double windSpd;
|
||||
List<Yacht> yachts = new ArrayList<Yacht>();
|
||||
List<Yacht> yachts = new ArrayList<>();
|
||||
|
||||
@Before
|
||||
public void setUp() {
|
||||
|
||||
Reference in New Issue
Block a user