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

Function refreshAtomDebugViews

App/debug/DebugRuntime.h:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19inline void refreshAtomDebugViews(const DebugViews& debugViews, const Lattice::Simulation& simulation) {
20 updateAtomSelectionDebug(debugViews, simulation);
21}
22
23inline void refreshSimulationDebugViews(const DebugViews& debugViews, const Lattice::Simulation& simulation) {
24 updateSimulationDebug(debugViews, simulation, integratorSchemeName(simulation.getIntegrator()));

Callers 1

renderFrameMethod · 0.85

Calls 1

updateAtomSelectionDebugFunction · 0.85

Tested by

no test coverage detected