Changeset 36
- Timestamp:
- 02/15/08 01:54:37
(7 months ago)
- Author:
- sip
- Message:
Mosaic numbers fixed
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r32 |
r36 |
|
| 48 | 48 | public static final Integer MOSAIC3x3 = 2; |
|---|
| 49 | 49 | 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; |
|---|
| 52 | 52 | |
|---|
| 53 | 53 | public static final int getMosaicNumSlots(Integer type) |
|---|
| … | … | |
| 64 | 64 | return 7; |
|---|
| 65 | 65 | case 4: |
|---|
| | 66 | return 8; |
|---|
| | 67 | case 5: |
|---|
| 66 | 68 | return 6; |
|---|
| 67 | | case 5: |
|---|
| 68 | | return 8; |
|---|
| 69 | 69 | } |
|---|
| 70 | 70 | |
|---|
Download in other formats:
|
|