Revision 1325 org.gvsig.raster.tools/trunk/org.gvsig.raster.tools/org.gvsig.raster.tools.algorithm/org.gvsig.raster.tools.algorithm.maskthreshold/src/main/java/org/gvsig/raster/tools/algorithm/maskthreshold/MaskthresholdProcess.java

View differences:

MaskthresholdProcess.java
307 307
			
308 308
			if(outputStore != null) { 
309 309
				outputBuffer = readROBuffer(outputStore, band3);
310
			}
311
			
312
			if(outputBuffer != null) {
310 313
				dataType = outputBuffer.getDataType();
311 314
			}
312 315
			

Also available in: Unified diff