X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=altosui%2FAltosDataPointReader.java;h=ee57d2ce811ef14116c7b73d6db4b84fb34afc31;hb=006de838bbb096b9443863a46b8a125b1e6b5600;hp=7704310b6f676ba9e3abfb5eae0a7ee6a9e6e2e6;hpb=51c7741040d95c5deece939dae5e4136cc04afc4;p=fw%2Faltos diff --git a/altosui/AltosDataPointReader.java b/altosui/AltosDataPointReader.java index 7704310b..ee57d2ce 100644 --- a/altosui/AltosDataPointReader.java +++ b/altosui/AltosDataPointReader.java @@ -15,6 +15,8 @@ class AltosDataPointReader implements Iterable { AltosState state; AltosRecord record; + final static int MISSING = AltosRecord.MISSING; + public AltosDataPointReader(Iterable reader) { this.iter = reader.iterator(); this.state = null;