Changeset 36

Show
Ignore:
Timestamp:
02/15/08 01:54:37 (7 months ago)
Author:
sip
Message:

Mosaic numbers fixed

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • XmlRpcMcuClient/src/org/murillo/mcu/XmlRpcMcuClient.java

    r32 r36  
    4848    public static final Integer MOSAIC3x3 = 2; 
    4949    public static final Integer MOSAIC3p4 = 3; 
    50     public static final Integer MOSAIC1p5 = 4; 
    51     public static final Integer MOSAIC1p7 = 5; 
     50    public static final Integer MOSAIC1p7 = 4; 
     51    public static final Integer MOSAIC1p5 = 5; 
    5252     
    5353    public static final int getMosaicNumSlots(Integer type)  
     
    6464                return 7; 
    6565            case 4: 
     66                return 8; 
     67            case 5: 
    6668                return 6; 
    67             case 5: 
    68                 return 8; 
    6969        } 
    7070         
Copyright 2006 - Sergio García Murillo
Powered by Trac - Edgewall Software