Ermentrout / xppaut

General differential equation solver and bifurcation package
GNU General Public License v2.0
24 stars 11 forks source link

Cleanup externs from source files #7

Open miscco opened 8 years ago

miscco commented 8 years ago

Hi,

this i the first part of the work @tommie has done on xppaut7. This generally cleans up the source files from any extern definitions and moves them into the appropriate headers. While at it i moved all typedefs into the respective header files.

It also introduced GNU Autotools as build system.

@tommie I found, that your later patches "Remove forward declarations *" compile, but let XPPAUT fail to iterate at least for all my usecases and those odes in canonical that i checked.