comparison artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/flowdepth/FlowDepthCalculationResults.java @ 9351:0c8f170945d7

no tkh bug fixed
author gernotbelger
date Tue, 31 Jul 2018 17:17:03 +0200
parents a4121ec450d6
children ba1e2e8f05d1
comparison
equal deleted inserted replaced
9347:08f46ccd37ba 9351:0c8f170945d7
32 32
33 public boolean isUseTkh() { 33 public boolean isUseTkh() {
34 return this.useTkh; 34 return this.useTkh;
35 } 35 }
36 36
37 public boolean hasTkh() {
38 for (final FlowDepthCalculationResult result : getResults()) {
39 if (result.hasTkh())
40 return true;
41 }
42
43 return false;
44 }
37 } 45 }

http://dive4elements.wald.intevation.org