Home
last modified time | relevance | path

Searched refs:ffsel (Results 1 – 2 of 2) sorted by relevance

/dports/science/gromacs/gromacs-2021.4/src/gromacs/gmxpreprocess/
H A Dpdb2top.cpp138 static void choose_ff_impl(const char* ffsel, in choose_ff_impl() argument
165 if (ffsel != nullptr) in choose_ff_impl()
172 if (ffs[i] == ffsel) in choose_ff_impl()
200 ffsel, nfound); in choose_ff_impl()
209 ffsel, nfound); in choose_ff_impl()
218 ffsel); in choose_ff_impl()
354 void choose_ff(const char* ffsel, char* forcefield, int ff_maxlen, char* ffdir, int ffdir_maxlen, c… in choose_ff() argument
358 choose_ff_impl(ffsel, forcefield, ff_maxlen, ffdir, ffdir_maxlen, logger); in choose_ff()
H A Dpdb2top.h78 void choose_ff(const char* ffsel,