From 757fd11202deedc7ce6aa6f05b107ce0c57f6b02 Mon Sep 17 00:00:00 2001 From: Gianpaolo Coro Date: Mon, 4 Apr 2016 14:18:56 +0000 Subject: [PATCH] git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/EcologicalEngineGeoSpatialExtension@126744 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../geo/connectors/netcdf/NetCDFDataExplorer.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/gcube/dataanalysis/geo/connectors/netcdf/NetCDFDataExplorer.java b/src/main/java/org/gcube/dataanalysis/geo/connectors/netcdf/NetCDFDataExplorer.java index ab60673..c9a2fe7 100644 --- a/src/main/java/org/gcube/dataanalysis/geo/connectors/netcdf/NetCDFDataExplorer.java +++ b/src/main/java/org/gcube/dataanalysis/geo/connectors/netcdf/NetCDFDataExplorer.java @@ -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){}