Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions hack/cardiac_coefficients.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ class BoxStimulus : public StimulusLocation
const double ymin, const double ymax,
const double zmin, const double zmax)
: xmin_(xmin), xmax_(xmax),
ymin_(xmin), ymax_(xmax),
zmin_(xmin), zmax_(xmax)
ymin_(ymin), ymax_(ymax),
zmin_(zmin), zmax_(zmax)
{}
virtual bool contains(const int elementNo, const Vector& x)
{
Expand Down