Revision 11477

View differences:

trunk/libraries/libRaster/src/org/gvsig/raster/buffer/RasterBuffer.java
383 383
				rasterBuf = interp.adjustRasterBSplineInterpolation(w, h);
384 384
				break;
385 385
		}
386
		return rasterBuf;
386
		if(rasterBuf != null)
387
			return rasterBuf;
388
		else 
389
			return this;
387 390
	}
388 391
  
389 392
  /**

Also available in: Unified diff