From: Jennifer A. <jm...@CO...> - 2011-10-14 20:10:43
|
The change from sprintf to snprintf was implemented throughout the source code -- I guess it is less prone to memory overrides this way. The other change, from '<' to '<=' is deliberate and meaningful -- the 'q shades' output did not reflect the algorithm for doing the shaded contouring. This was a mod checked in on June 10, 2010, so it was in 2.0.a9. The ChangeLog says, "Fixed color selection for shaded plots: lev1 < val <= lev2". --Jennifer On Oct 14, 2011, at 2:04 PM, Michael Fiorino wrote: > hi Brian and Jennifer, > > i noticed a diff in 'q shades' in gauser -- now using snprintf... > this > tripped up my python the parses the output, just curious if this was > intended? not clear it really in is "<=" vice "<". the right hand > side is the new gauser.c > the left older. > > have a good weekend. > > best /r mike |