Page MenuHomec4science

compute_potential_energy.cc
No OneTemporary

File Metadata

Created
Sat, Apr 27, 03:51

compute_potential_energy.cc

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

Event Timeline