Fix membed with partial revert of 29943f
[gromacs.git] / src / external / lmfit / README
blob3c0557bae7f322a3330db90c21869596864b0970
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
9 * to convert to C++,
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.