1 This directory contains only the barebones version of the
2 lmfit package, version 6.1. Full version is available from
3 http://apps.jcns.fz-juelich.de/doku/sc/lmfit
5 The license under which lmfit is bundled may be found in the GROMACS
6 root directory in file COPYING.
8 This version contains minor modifications
10 * to declare functions not used outside lmfit.cpp as static,
11 * to remove some dead code, and
12 * to introduce some explicit pointer casts to pacify compilers.