comparison artifacts/src/main/java/org/dive4elements/river/exports/minfo/SedimentLoadLSGenerator.java @ 6108:7e3cd23f8671

candidate for issue1335: replace weird test with lest weird test.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Mon, 27 May 2013 15:17:37 +0200
parents a0078e5e3b39
children 682a73729fda
comparison
equal deleted inserted replaced
6107:e296c05a0c5b 6108:7e3cd23f8671
130 Bounds bounds = 130 Bounds bounds =
131 calculateZoom(b, getDomainAxisRange()); 131 calculateZoom(b, getDomainAxisRange());
132 context.putContextValue("startkm", bounds.getLower()); 132 context.putContextValue("startkm", bounds.getLower());
133 context.putContextValue("endkm", bounds.getUpper()); 133 context.putContextValue("endkm", bounds.getUpper());
134 } 134 }
135 if (FacetTypes.IS.SEDIMENT_LOAD(SEDIMENT_LOAD_COARSE)) { 135 if (FacetTypes.IS.SEDIMENT_LOAD(name)) {
136 doSedimentLoadOut( 136 doSedimentLoadOut(
137 (double[][]) bundle.getData(context), 137 (double[][]) bundle.getData(context),
138 bundle, 138 bundle,
139 attr, 139 attr,
140 visible); 140 visible);

http://dive4elements.wald.intevation.org