• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

READMEH A D05-Nov-2021486 1410

lmmin.cppH A D05-Nov-202143.3 KiB1,288737

lmmin.hH A D05-Nov-20212.5 KiB7313

lmstruct.hH A D05-Nov-20213.1 KiB7127

README

1This directory contains only the barebones version of the
2lmfit package, version 7.0. Full version is available from
3http://apps.jcns.fz-juelich.de/doku/sc/lmfit
4
5The license under which lmfit is bundled may be found in the GROMACS
6root directory in file COPYING.
7
8This 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.
13
14