commented out the annoying assert when max round was exceeded.

git-svn-id: svn://10.0.0.236/trunk@2166 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pinkerton 1998-05-22 04:22:04 +00:00
parent afe582b7b5
commit ade769a9c5

View File

@ -780,7 +780,7 @@ Boolean LTableHeader::RedistributeSpace(
int signedUnit = roundingError < 0 ? -1 : +1;
#ifdef DEBUG
int maxRound = (inToColumn - inFromColumn + 2) / 2;
Assert_(roundingError * signedUnit <= maxRound);
// Assert_(roundingError * signedUnit <= maxRound);
#endif
static int rovingIndex = 0;
const Int16 initialError = roundingError;