Page MenuHomec4science

compute_potential_energy.cc
No OneTemporary

File Metadata

Created
Wed, May 1, 19:00

compute_potential_energy.cc

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

Event Timeline