Skip to content
Snippets Groups Projects
Commit 8be1786c authored by Peter Alexander's avatar Peter Alexander
Browse files

Fix LPJ output with new format of their crop types

parent 80f159ac
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ public class LpjgOutputer extends AbstractLandUseOutputer {
ItemValueExtractor fertExtractor = new ItemValueExtractor() {
@Override
public double extract(LandUseItem item, CropType cropType) {
return item.getFertiliserAmount(cropType);
return item.getFertiliserRate(cropType);
}
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment