Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
f66test.for | 2011-11-19 | 12.8 kB | |
f66unit.for | 2011-11-19 | 10.1 kB | |
Totals: 2 Items | 22.9 kB | 0 |
Release 0.9 This version contains the functionality, along with a test suite that is not quite complete. Code to verify the correct printing of the error messages is not completely covered. The makefile is brittle, and assumes that the test code and source code are in the same directory. This will be fixed in 0.9.1 The makefile builds * all of the individual source files * a static library * a shared library * the test suite executable using the g77 compiler. gfortran should work as well, but hasn't been explicitly tested. Until the documentation is written, see the test suite for examples of how to use the library. The binary directory contains the static library libunit4tran.a and the static library lib4tran.so. These are build using a windows machine. The f66 directory contains the original FORTRAN66 version of the code, and its tests. Given that I can't find a good FORTRAN 66 compiler, I'm deprecating it until someone asks for additional work. Cheers! -John Donoghue