Mercurial > dive4elements > river
changeset 7367:9ef09d285b1e
Cosmetics.
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Thu, 17 Oct 2013 07:45:13 +0200 |
parents | ea5da3e140ef |
children | 9eef5004ff21 |
files | artifacts/src/main/java/org/dive4elements/river/artifacts/FlowVelocityModelArtifact.java |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/artifacts/src/main/java/org/dive4elements/river/artifacts/FlowVelocityModelArtifact.java Thu Oct 17 07:44:34 2013 +0200 +++ b/artifacts/src/main/java/org/dive4elements/river/artifacts/FlowVelocityModelArtifact.java Thu Oct 17 07:45:13 2013 +0200 @@ -82,7 +82,7 @@ Integer id = getDataAsInteger(DATA_ID); FlowVelocityModel model = FlowVelocityModel.getModel(id); - FlowVelocityData data = new FlowVelocityData(); + FlowVelocityData data = new FlowVelocityData(); // TODO rangeaccess FlowVelocityCalculation.prepareData(data, model, 0d, 1000d);