Page MenuHomec4science

compute_potential_energy.cc
No OneTemporary

File Metadata

Created
Sat, May 18, 04:36

compute_potential_energy.cc

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

Event Timeline