Skip to content

Commit

Permalink
typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholaswogan committed Sep 19, 2022
1 parent 3242ac3 commit e16cd7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ODEPACK

This is a Modern Fortran interface the `LSODA` and `LSODAR` routines in [ODEPACK](https://people.sc.fsu.edu/~jburkardt/f77_src/odepack/odepack.html), which is for solving ordinary differential equation initial value problems. This repository contains a modified version of ODEPACK which is threadsafe.
This is a Modern Fortran interface for the `LSODA` and `LSODAR` routines in [ODEPACK](https://people.sc.fsu.edu/~jburkardt/f77_src/odepack/odepack.html), which is for solving ordinary differential equation initial value problems. This repository contains a modified version of ODEPACK which is threadsafe.

## Example

Expand Down

0 comments on commit e16cd7c

Please sign in to comment.