comparison artifacts/src/main/java/org/dive4elements/river/exports/minfo/BedQualityExporter.java @ 7627:467d01a3a483

Doc.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Mon, 02 Dec 2013 12:16:50 +0100
parents 182f78d5f3eb
children b24ce5b2141c
comparison
equal deleted inserted replaced
7626:182f78d5f3eb 7627:467d01a3a483
82 } 82 }
83 } 83 }
84 return kms; 84 return kms;
85 } 85 }
86 86
87 /** Create double[] containing the data for rows in csv. */
87 private List<double[]> createDataRows() { 88 private List<double[]> createDataRows() {
88 // Calculate how many columns and rows we need. 89 // Calculate how many columns and rows we need.
89 TDoubleArrayList kms = new TDoubleArrayList(); 90 TDoubleArrayList kms = new TDoubleArrayList();
90 91
91 int cols = 1; 92 int cols = 1;

http://dive4elements.wald.intevation.org