Magic Mailing List |
|
From: Conrad H Ziesler (cziesler AT eecs DOT umich.edu) Date: Thu Aug 01 2002 - 16:10:04 EDT
writing CIF output when the internal grid is less than the lambda grid causes labels to all show up at 0,0 (and also potentially subcell calls). the problem is in CIFwrite.c : cifOutFunc() cifWriteScale = CIFCurStyle->cs_scaleFactor/CIFCurStyle->cs_reducer; when cs_reducer > scaleFactor cifWriteScale becomes zero killing all label positions. cifWriteScale is used both in outputing labels and in outputing subcell calls. --conrad
|
|