Replace inline with gmx_inline
commit413c7bb2625224e4f0ffc7776546e28ecf85cd9f
authorRoland Schulz <roland@utk.edu>
Fri, 7 Mar 2014 06:06:41 +0000 (7 01:06 -0500)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Tue, 11 Mar 2014 00:35:02 +0000 (11 01:35 +0100)
tree479fa7cd070f7ba8798476065a2be6665e878afd
parent414f015b5817757e247ff7d95d754b895cb157d8
Replace inline with gmx_inline

We always try to avoid defining std names in our headers.
Thus we shouldn't define inline for those C compilers (=MSCC)
which don't have it.

Change-Id: Ia2023435c916892cdaf2ce97905b55ec10cd1a08
13 files changed:
src/config.h.cmakein
src/gromacs/essentialdynamics/edsam.c
src/gromacs/gmxana/gmx_cluster.c
src/gromacs/gmxana/gmx_hbond.c
src/gromacs/gmxana/gmx_sham.c
src/gromacs/gmxlib/nrjac.c
src/gromacs/mdlib/domdec_top.c
src/gromacs/mdlib/nbnxn_kernels/nbnxn_kernel_simd_utils.h
src/gromacs/mdlib/nbnxn_kernels/nbnxn_kernel_simd_utils_x86_128d.h
src/gromacs/mdlib/nbnxn_kernels/simd_4xn/nbnxn_kernel_simd_4xn_common.h
src/gromacs/mdlib/ns.c
src/gromacs/mdlib/pme.c
src/gromacs/pulling/pull_rotation.c