comparison artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/BedDiffYearResult.java @ 6211:c40acb6bfe38

Fixed facet display name in bed height difference calculation.
author Raimund Renkert <rrenkert@intevation.de>
date Thu, 06 Jun 2013 10:56:05 +0200
parents 0c3301fe23bd
children 5ae10d4688ab
comparison
equal deleted inserted replaced
6210:165086b1e66d 6211:c40acb6bfe38
88 return this.nameFirst; 88 return this.nameFirst;
89 } 89 }
90 90
91 /** Get name of the second BedHeight (subtrahend). */ 91 /** Get name of the second BedHeight (subtrahend). */
92 public String getNameSecond() { 92 public String getNameSecond() {
93 return this.nameFirst; 93 return this.nameSecond;
94 } 94 }
95 95
96 public void addMorphWidth(double value) { 96 public void addMorphWidth(double value) {
97 this.morphWidth.add(value); 97 this.morphWidth.add(value);
98 } 98 }

http://dive4elements.wald.intevation.org