#include "gromacs/topology/ifunc.h"
This file declares inline utility functionality.
- Author
- Mark Abraham mark..nosp@m.j.ab.nosp@m.raham.nosp@m.@gma.nosp@m.il.co.nosp@m.m
|
static bool | ftype_is_bonded_potential (int ftype) |
| Return whether this is an interaction that actually calculates a potential and works on multiple atoms (not e.g. a connection or a position restraint). More...
|
|
static bool ftype_is_bonded_potential |
( |
int |
ftype | ) |
|
|
static |
Return whether this is an interaction that actually calculates a potential and works on multiple atoms (not e.g. a connection or a position restraint).
- Todo:
- This function could go away when idef is not a big bucket of everything.