KJ7LNW / xnec2c

Xnec2c is a high-performance multi-threaded electromagnetic simulation package to model antenna near- and far-field radiation patterns for Linux and UNIX operating systems.
https://www.xnec2c.org/
GNU General Public License v3.0
77 stars 16 forks source link

Bug in frequency display #37

Closed ChrisMaple closed 8 months ago

ChrisMaple commented 8 months ago

Bug: Under certain conditions, the least significant digit of the max gain in the net gain min/max readout disappears.

Solution: on line 778 of plot_freqdata.c change char s[20]; to char s[23];

KJ7LNW commented 8 months ago

Fixed, thanks for the report!