Skip to content
Snippets Groups Projects
Commit 4039b36c authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Refactoring Result object

parent 581128eb
No related branches found
No related tags found
No related merge requests found
Pipeline #181 failed
.gitignore 100644 → 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
pom.xml 100644 → 100755
File mode changed from 100644 to 100755
...@@ -112,7 +112,7 @@ public class GrassDryingModel extends I18nImpl implements Model{ ...@@ -112,7 +112,7 @@ public class GrassDryingModel extends I18nImpl implements Model{
) )
); );
result.setResultValidTime(currentTime); result.setValidTimeStart(currentTime);
result.setValue(this.getModelId().toString(), "DRY_MATTER", dryMatter.toString()); result.setValue(this.getModelId().toString(), "DRY_MATTER", dryMatter.toString());
results.add(result); results.add(result);
} }
......
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment