Merge remote-tracking branch 'origin/release-4-6'
[alexxy/gromacs.git] / src / gromacs / gmxlib / nonbonded / nb_kernel_c / nb_kernel_allvsall.h
1
2 #ifndef _NB_KERNEL_ALLVSALL_H
3 #define _NB_KERNEL_ALLVSALL_H
4
5 #ifdef HAVE_CONFIG_H
6 #include <config.h>
7 #endif
8
9 #include "types/simple.h"
10 #include "typedefs.h"
11
12 void
13 nb_kernel_allvsall(t_forcerec *           fr,
14                    t_mdatoms *            mdatoms,
15                    t_blocka *             excl,    
16                    real *                 x,
17                    real *                 f,
18                    real *                 Vc,
19                    real *                 Vvdw,
20                    int *                  outeriter,
21                    int *                  inneriter,
22                    void *                 work);
23
24 #endif