radmedres / clmedview

An attempt to create a cross-platform medical image viewer specialized in drawing "regions of interests".
GNU General Public License v3.0
3 stars 2 forks source link

Memory space Overflow #4

Closed minovations closed 9 years ago

minovations commented 9 years ago

BUG: The memory space for the variable of i16_Average caused an overflow. The avarage wasn't calculated properly.

FIXED: By changing the variable type from INT16 to INT32, the problem was solved!