Gromacs  2020.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
utilities.h File Reference
#include "gromacs/topology/ifunc.h"
+ This graph shows which files directly or indirectly include this file:

Description

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

Functions

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...
 

Function Documentation

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.