Home
last modified time | relevance | path

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

/dports/science/lammps/lammps-stable_29Sep2021/src/MESONT/
H A Dpair_mesont_tpm.cpp45 const std::vector<std::array<int,3>>& get_triplets() const;
102 inline const std::vector<std::array<int,3>> & MESONTList::get_triplets() in get_triplets() function in MESONTList
377 int n_triplets = ntlist.get_triplets().size(); in compute()
379 const std::array<int,3>& t = ntlist.get_triplets()[i]; in compute()