Skip to content
Snippets Groups Projects
Commit a3d35f1c authored by Elias Pipping's avatar Elias Pipping
Browse files

[Cleanup] Remove obsolete comment

parent e1f0aa7d
No related branches found
No related tags found
No related merge requests found
......@@ -28,8 +28,6 @@ template <size_t dim> class EllipticEnergy {
LocalMatrix const &A;
LocalVector const &b;
std::shared_ptr<Nonlinearity const> const phi;
/* Dimension that should be ignored; goes from 0 to dim-1; the
special value dim means that no dimension should be ignored */
typename Dune::BitSetVector<dim>::const_reference const ignore;
void gradient(LocalVector const &x, LocalVector &y) const {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment