X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxana%2Fgmx_sigeps.c;h=4eaae62fb613f12cb7883be302717c6856f10eb4;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=a4860c8d70e6a1266ae506ffb6a77802a21279f5;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxana/gmx_sigeps.c b/src/gromacs/gmxana/gmx_sigeps.c index a4860c8d70..4eaae62fb6 100644 --- a/src/gromacs/gmxana/gmx_sigeps.c +++ b/src/gromacs/gmxana/gmx_sigeps.c @@ -39,19 +39,19 @@ #include #include -#include "gromacs/legacyheaders/typedefs.h" #include "gromacs/commandline/pargs.h" -#include "gromacs/fileio/xvgr.h" -#include "gromacs/legacyheaders/viewit.h" +#include "gromacs/fileio/confio.h" #include "gromacs/fileio/pdbio.h" +#include "gromacs/fileio/trnio.h" +#include "gromacs/fileio/xvgr.h" #include "gromacs/legacyheaders/macros.h" -#include "gromacs/utility/smalloc.h" -#include "gromacs/math/vec.h" -#include "gromacs/math/units.h" #include "gromacs/legacyheaders/names.h" #include "gromacs/legacyheaders/txtdump.h" -#include "gromacs/fileio/trnio.h" -#include "gromacs/fileio/confio.h" +#include "gromacs/legacyheaders/typedefs.h" +#include "gromacs/legacyheaders/viewit.h" +#include "gromacs/math/units.h" +#include "gromacs/math/vec.h" +#include "gromacs/utility/smalloc.h" real pot(real x, real qq, real c6, real cn, int npow) {