comparison flys-artifacts/src/main/java/de/intevation/flys/exports/sq/SQRelationGenerator.java @ 3311:53ad37c8abe3

SQ relation: More fixes. flys-artifacts/trunk@5000 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 13 Jul 2012 16:01:18 +0000
parents 8af1111af180
children 41a7b171bd59
comparison
equal deleted inserted replaced
3310:8af1111af180 3311:53ad37c8abe3
144 XYSeries series = JFreeUtil.sampleFunction2D( 144 XYSeries series = JFreeUtil.sampleFunction2D(
145 func.getFunction(), 145 func.getFunction(),
146 attr, 146 attr,
147 desc, 147 desc,
148 500, 148 500,
149 func.getMinQ(), 149 Math.max(func.getMinQ(), 0.01),
150 func.getMaxQ()); 150 Math.max(func.getMaxQ(), 0.02));
151 151
152 if (logger.isDebugEnabled()) { 152 if (logger.isDebugEnabled()) {
153 logger.debug("Series '" + desc + "' has " 153 logger.debug("Series '" + desc + "' has "
154 + series.getItemCount() + " items."); 154 + series.getItemCount() + " items.");
155 155

http://dive4elements.wald.intevation.org