Updated the version to go along with the merge of pull request

222 from Sean Cross.  Corrected a few places where the blanket
conversion "Region"->"ExtRegion" picked up some comment lines
that were unrelated to the structure name.
This commit is contained in:
Tim Edwards
2023-03-10 11:14:23 -05:00
parent 1e7da74672
commit e10901e32b
8 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -823,7 +823,7 @@ PlotPNM(fileName, scx, layers, xMask, width)
TxPrintf ("PNM image dimensions: %d x %d\n", im_x, im_y);
#if 0
TxPrintf ("ExtRegion size: %d x %d\n", tile_xsize, tile_ysize);
TxPrintf ("Region size: %d x %d\n", tile_xsize, tile_ysize);
TxPrintf ("Pixels per region: %d\n", y_pixels);
TxPrintf ("Scale: %g\n", scale);
TxPrintf ("Antialiasing overlap: %d\n", scale_over_2);