X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxana%2Feigio.h;fp=src%2Fgromacs%2Fgmxana%2Feigio.h;h=82c3cb9c378417cae05603a667566ddbbb559ee3;hb=8a9ed358b11c7181e46129f811c6f9a9805cbdd3;hp=7b2638e16d3f99d7b6e3f4b1466128d57c6ba610;hpb=87823c5ebe2ecab05a07cfdfd5165e53cb07c30d;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxana/eigio.h b/src/gromacs/gmxana/eigio.h index 7b2638e16d..82c3cb9c37 100644 --- a/src/gromacs/gmxana/eigio.h +++ b/src/gromacs/gmxana/eigio.h @@ -40,6 +40,11 @@ #include "gromacs/legacyheaders/typedefs.h" +#ifdef __cplusplus +extern "C" +{ +#endif + enum { eWXR_NO, eWXR_YES, eWXR_NOFIT }; @@ -81,4 +86,8 @@ int read_eigval (const char * fn, int eigvalnr[], real eigval[]); +#ifdef __cplusplus +} +#endif + #endif