Page MenuHomec4science

compute_potential_energy.cc
No OneTemporary

File Metadata

Created
Sat, May 4, 23:02

compute_potential_energy.cc

#include "compute_potential_energy.hh"
/* -------------------------------------------------------------------------- */
ComputePotentialEnergy::ComputePotentialEnergy(ComputeInteraction& cForces)
: cForces(cForces) {}
/* -------------------------------------------------------------------------- */
void ComputePotentialEnergy::compute(System& system) {}

Event Timeline