#include "gromacs/math/vectypes.h"
#include "gromacs/mdtypes/forcerec.h"
#include "gromacs/topology/idef.h"
#include "gromacs/topology/ifunc.h"
#include "gromacs/utility/bitmask.h"
This file contains declarations for functions needed internally by the module.
- Author
- Mark Abraham mark..nosp@m.j.ab.nosp@m.raham.nosp@m.@gma.nosp@m.il.co.nosp@m.m
|
int | glatnr (int *global_atom_index, int i) |
| Returns the global topology atom number belonging to local atom index i. More...
|
|
int glatnr |
( |
int * |
global_atom_index, |
|
|
int |
i |
|
) |
| |
Returns the global topology atom number belonging to local atom index i.
This function is intended for writing ascii output and returns atom numbers starting at 1. When global_atom_index=NULL returns i+1.