Reading and writing numbers: bug on some machines
Susan Bassein <[email protected]>
| Newsgroups | gmane.comp.statistics.dap.bugs |
|---|---|
| Message-ID | <30484840.1102361674476.JavaMail.root@bigbird.psp.pas.earthlink.net> |
Running version 3.3 on some machines/systems/compilers encounters a bug in reading and writing floating point numbers. If the examples supplied in the package run and produce reasonable output on your machine, then you do NOT have that problem. If they do not produce reasonable output, then you can do the following: 1. In the source code file "src/dap0.c", just BEFORE the next to last line "dap_main(argc, argv);" of the function "int main(int argc, char **argv)", insert the following two lines: dap_dbllow = !dap_dbllow; dap_dblhigh = !dap_dblhigh; 2. make install If that does not fix the problem, send a bug report. Susan Bassein, Maintainer of dap