# HG changeset patch # User Felix Wolfsteller # Date 1381988713 -7200 # Node ID 9ef09d285b1ed5a8c055ae484ba705b302ea87e9 # Parent ea5da3e140ef0a3d04a897f1eca6bf38b3c7c52e Cosmetics. diff -r ea5da3e140ef -r 9ef09d285b1e artifacts/src/main/java/org/dive4elements/river/artifacts/FlowVelocityModelArtifact.java --- 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);