git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/EcologicalEngineGeoSpatialExtension@126744 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
07104617d3
commit
757fd11202
|
@ -304,7 +304,7 @@ public class NetCDFDataExplorer {
|
|||
else if (data2Long != null)
|
||||
val = Double.valueOf(data2Long.get(yint, xint));
|
||||
|
||||
AnalysisLogger.getLogger().debug("Choice "+ (data3Float!=null)+","+
|
||||
/*AnalysisLogger.getLogger().debug("Choice "+ (data3Float!=null)+","+
|
||||
(data3Int!=null)+","+
|
||||
(data3Double!=null)+","+
|
||||
(data3Long!=null)+","+
|
||||
|
@ -312,7 +312,7 @@ public class NetCDFDataExplorer {
|
|||
(data2Int!=null)+","+
|
||||
(data2Double!=null)+","+
|
||||
(data2Long!=null));
|
||||
|
||||
*/
|
||||
// AnalysisLogger.getLogger().debug("Assigning "+val+" to "+x+","+y+" ["+xint+","+yint+"]");
|
||||
// AnalysisLogger.getLogger().debug("checking "+data2Float.get(yint, xint)+" vs ");
|
||||
// try{AnalysisLogger.getLogger().debug("checking2 "+data2Float.get(xint,yint));}catch(Exception e){}
|
||||
|
|
Loading…
Reference in New Issue