Home
last modified time | relevance | path

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

/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dread_restart.cpp193 int atomCt = (int) (assignedChunkSize / perAtomSize); in command() local
194 if (atomCt > atom->nmax) avec->grow(atomCt); in command()