comparison artifacts/src/main/java/org/dive4elements/river/artifacts/FlowVelocityModelArtifact.java @ 7367:9ef09d285b1e

Cosmetics.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 17 Oct 2013 07:45:13 +0200
parents 8c315b6bbc8a
children 9eef5004ff21
comparison
equal deleted inserted replaced
7366:ea5da3e140ef 7367:9ef09d285b1e
80 private Object getFlowVelocity() { 80 private Object getFlowVelocity() {
81 logger.debug("FlowVelocityModelArtifact.getFlowVelocity"); 81 logger.debug("FlowVelocityModelArtifact.getFlowVelocity");
82 Integer id = getDataAsInteger(DATA_ID); 82 Integer id = getDataAsInteger(DATA_ID);
83 83
84 FlowVelocityModel model = FlowVelocityModel.getModel(id); 84 FlowVelocityModel model = FlowVelocityModel.getModel(id);
85 FlowVelocityData data = new FlowVelocityData(); 85 FlowVelocityData data = new FlowVelocityData();
86 86
87 // TODO rangeaccess 87 // TODO rangeaccess
88 FlowVelocityCalculation.prepareData(data, model, 0d, 1000d); 88 FlowVelocityCalculation.prepareData(data, model, 0d, 1000d);
89 89
90 return new CalculationResult( 90 return new CalculationResult(

http://dive4elements.wald.intevation.org