MCPcopy Create free account
hub / github.com/ElectroZybr/LatticeLab / removeAtom

Method removeAtom

Lattice/Engine/Simulation.cpp:186–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186void Simulation::removeAtom(size_t atomIndex) {
187 world().removeAtom(atomIndex);
188}
189
190void Simulation::removeAtoms(std::vector<size_t> atomIndices) {
191 world().removeAtoms(std::move(atomIndices));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected