Page MenuHomec4science

compute_contact.cc
No OneTemporary

File Metadata

Created
Wed, Jul 3, 01:19

compute_contact.cc

#include "compute_contact.hh"
#include "ping_pong_ball.hh"
#include <cmath>
/* -------------------------------------------------------------------------- */
void ComputeContact::setPenalty(Real penalty) {
}
/* -------------------------------------------------------------------------- */
void ComputeContact::compute(System& system) {
}

Event Timeline