Page MenuHomec4science

compute_potential_energy.cc
No OneTemporary

File Metadata

Created
Tue, May 7, 23:44

compute_potential_energy.cc

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

Event Timeline