Page MenuHomec4science

compute_boundary.cc
No OneTemporary

File Metadata

Created
Wed, Jul 17, 11:17

compute_boundary.cc

#include "compute_boundary.hh"
/* -------------------------------------------------------------------------- */
ComputeBoundary::ComputeBoundary(const Vector& xmin, const Vector& xmax)
: xmin(xmin), xmax(xmax) {
}
/* -------------------------------------------------------------------------- */
void ComputeBoundary::compute(System& system) {
}
/* -------------------------------------------------------------------------- */

Event Timeline