equal_freq() and compare_freq()
Jakson A. Aquino
jaksonaquino at yahoo.com.br
Wed Aug 31 16:57:12 CEST 2005
Hello!
The functions equal_freq() and compare_freq() were causing segmentation
fault when there were more than 60 classes of frequency. Bug fixed:
if(nclass > MCLASS){
out_err(MAT, ERR_FILE, ERR_LINE,
_("Test aborted: There are more than %i classes of frequency.\n"),
MCLASS);
return;
}
Best,
Jakson
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://www.intevation.de/pipermail/statist-list/attachments/20050831/0dba5932/attachment.bin
More information about the Statist-list
mailing list
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)