|
@@ -949,7 +949,7 @@ int main(int argc, char *argv[]) |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
while((dh + 1) * dw <= TOTAL_CELLS) dh++; |
|
|
while((dh + 1) * dw <= TOTAL_CELLS) dh++; |
|
|
while(dw * (dh + 1) <= TOTAL_CELLS) dw++; |
|
|
|
|
|
|
|
|
while(dh * (dw + 1) <= TOTAL_CELLS) dw++; |
|
|
|
|
|
|
|
|
/* Print debug information */ |
|
|
/* Print debug information */ |
|
|
if(DEBUG_MODE) |
|
|
if(DEBUG_MODE) |
|
|