comparison backend/src/main/java/org/dive4elements/river/model/BedHeightSingleValue.java @ 7376:4b26fd60105f

Replaced more tabs with spaces + minor cosmetics (removed out commented code from double precision branch).
author Sascha L. Teichmann <teichmann@intevation.de>
date Thu, 17 Oct 2013 15:26:12 +0200
parents f095b58c95d9
children 9d2e69f971f5
comparison
equal deleted inserted replaced
7375:450582bcad75 7376:4b26fd60105f
45 45
46 private Double station; 46 private Double station;
47 private Double height; 47 private Double height;
48 private Double uncertainty; 48 private Double uncertainty;
49 private Double dataGap; 49 private Double dataGap;
50 // private BigDecimal soundingWidth;
51 private Double soundingWidth; 50 private Double soundingWidth;
52 private Double width; 51 private Double width;
53 52
54 53
55 public BedHeightSingleValue() { 54 public BedHeightSingleValue() {
59 BedHeightSingle bedHeight, 58 BedHeightSingle bedHeight,
60 Double station, 59 Double station,
61 Double height, 60 Double height,
62 Double uncertainty, 61 Double uncertainty,
63 Double dataGap, 62 Double dataGap,
64 // BigDecimal soundingWidth, 63 Double soundingWidth,
65 Double soundingWidth,
66 Double width 64 Double width
67 ) { 65 ) {
68 this.bedHeight = bedHeight; 66 this.bedHeight = bedHeight;
69 this.station = station; 67 this.station = station;
70 this.height = height; 68 this.height = height;

http://dive4elements.wald.intevation.org