Revision 7d11f930
Added by Leszek Koltunski about 4 years ago
| src/main/java/org/distorted/objects/TwistyDiamond.java | ||
|---|---|---|
| 380 | 380 |
{
|
| 381 | 381 |
int variant = getCubitVariant(cubit,numLayers); |
| 382 | 382 |
int N = numLayers>3 ? 5:6; |
| 383 |
int E = numLayers>3 ? 0:2;
|
|
| 383 |
int E = numLayers>2 ? (numLayers>3 ? 0:1):2;
|
|
| 384 | 384 |
|
| 385 | 385 |
if( variant==0 ) |
| 386 | 386 |
{
|
Also available in: Unified diff
Make the 3x3 and 4x4 Diamond meshes smaller.