Write TPR body as opaque XDR data in big-endian format
[gromacs.git] / src / external / lmfit / README
blob4b8d7c6cea932c638323ae8e273f5c4b2d992016
1 This directory contains only the barebones version of the
2 lmfit package, version 7.0. 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.