Gianpaolo Coro 2016-04-04 14:18:56 +00:00
parent 07104617d3
commit 757fd11202
1 changed files with 2 additions and 2 deletions

View File

@ -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){}