Skip to content

Commit

Permalink
Readme: add test info
Browse files Browse the repository at this point in the history
  • Loading branch information
perazz committed Oct 22, 2022
1 parent 91b014d commit 6e60dd7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FRESCO-fitpack
fortran-fitpack
===

This is a Modern Fortran translation of the FITPACK package for curve and surface fitting.
Expand All @@ -19,6 +19,9 @@ A simple command line build script is:
gfortran src/fitpack_core.f90 src/fitpack_tests.f90 src/fitpack.f90 test/test.f90 -o fitpack_test.exe
```

The testing executable is just a wrapper to the 29 original test programs.
These test programs aren't double checked yet, and their output is supposed to be the original F77 program output


References
----------
Expand Down

0 comments on commit 6e60dd7

Please sign in to comment.