Modify lmfit library to avoid clashes with other versions.
authorDavid van der Spoel <spoel@xray.bmc.uu.se>
Wed, 9 Dec 2015 15:52:52 +0000 (16:52 +0100)
committerMark Abraham <mark.j.abraham@gmail.com>
Sun, 8 May 2016 11:28:35 +0000 (13:28 +0200)
commitc6cfc2c0596c177e7dac86ddac943f20aad62dd0
tree701b284a553011f1db9105410a4daaa5c5039238
parent54733837dac5a52a8ae76d9912f0e246fd1ad2ad
Modify lmfit library to avoid clashes with other versions.

Due to the inclusion of the lmfit package in certain operating
systems clashes could occur when linking different codes. In
order to prevent this the exported symbols from this library
were renamed by prepending the names with gmx_ and the .c files
renamed to .cpp.

Now based on lmfit 6.1.

Change-Id: I67ea602d7fdacc08efd88279b50ca42ebe886a4c
src/external/lmfit/README
src/external/lmfit/gmx_lmcurve.cpp [new file with mode: 0644]
src/external/lmfit/gmx_lmcurve.h [new file with mode: 0644]
src/external/lmfit/gmx_lmmin.cpp [new file with mode: 0644]
src/external/lmfit/gmx_lmmin.h [moved from src/external/lmfit/lmmin.h with 75% similarity]
src/external/lmfit/gmx_lmstruct.h [moved from src/external/lmfit/lmstruct.h with 86% similarity]
src/external/lmfit/lmcurve.c [deleted file]
src/external/lmfit/lmcurve.h [deleted file]
src/external/lmfit/lmmin.c [deleted file]
src/gromacs/correlationfunctions/CMakeLists.txt
src/gromacs/correlationfunctions/expfit.cpp