X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxana%2Fcmat.c;h=672a2b60b22a1795f414a289ff85bb1d52770a7c;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=fab169f798f615da7d29813a213db408372b9570;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxana/cmat.c b/src/gromacs/gmxana/cmat.c index fab169f798..672a2b60b2 100644 --- a/src/gromacs/gmxana/cmat.c +++ b/src/gromacs/gmxana/cmat.c @@ -37,12 +37,13 @@ #include "gmxpre.h" #include "cmat.h" -#include "gromacs/utility/smalloc.h" + +#include "gromacs/fileio/matio.h" +#include "gromacs/fileio/xvgr.h" #include "gromacs/legacyheaders/macros.h" #include "gromacs/math/vec.h" -#include "gromacs/fileio/xvgr.h" -#include "gromacs/fileio/matio.h" #include "gromacs/utility/futil.h" +#include "gromacs/utility/smalloc.h" t_mat *init_mat(int n1, gmx_bool b1D) {