Home
last modified time | relevance | path

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

/dports/science/gromacs/gromacs-2021.4/src/gromacs/gmxpreprocess/
H A Dpdb2top.h80 int ff_maxlen,
H A Dpdb2top.cpp140 int ff_maxlen, in choose_ff_impl() argument
328 if (ffs[sel].length() >= static_cast<size_t>(ff_maxlen)) in choose_ff_impl()
331 static_cast<int>(ffs[sel].length()), ff_maxlen); 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()