Revision 16074

View differences:

trunk/extensions/extRemoteSensing/src/org/gvsig/remotesensing/classification/gui/ClassificationPanel.java
447 447
		int bandList[] = new int[bandCount];
448 448
		int index = 0;
449 449
		for (int i = 0; i < bandsSelected.length; i++){
450
			if (bandsSelected[i]==true)
451
				bandList[index]=i;
452
			index++;
450
			if (bandsSelected[i])
451
				{	bandList[index]=i;
452
					index++;
453
				}
453 454
		}	
454 455
		
455 456
		ClassificationGeneralProcess process=null;

Also available in: Unified diff