diff --git a/src/fi/luke/vips/model/cerealmodels/FinnCerealModels.java b/src/fi/luke/vips/model/cerealmodels/FinnCerealModels.java index 26f0deedb72f98f5d31f61e2623a6ee8bd6bb1ac..2e2f377f421411f19816c25f31e83b091a5c1d12 100644 --- a/src/fi/luke/vips/model/cerealmodels/FinnCerealModels.java +++ b/src/fi/luke/vips/model/cerealmodels/FinnCerealModels.java @@ -29,6 +29,7 @@ import no.nibio.vips.util.WeatherUtil; import no.nibio.vips.util.test.WeatherDataFileReader; public class FinnCerealModels implements Model { + private final static ModelId MODEL_ID = new ModelId("FINNCEREAL"); public static String PYRENOPHORA = "PyrenophoraTeres"; public static String DRESCHLERA = "DrechsleraTriticiRepentis"; @@ -76,7 +77,7 @@ public class FinnCerealModels implements Model { @Override public ModelId getModelId() { // TODO Auto-generated method stub - return null; + return FinnCerealModels.MODEL_ID; } @Override