← Back to team overview

dolfin team mailing list archive

Private properties that are public

 

I found two properties, which I suspect should be private.

In:

  dolfin/adaptivity/GoalFunctional.h
  boost::scoped_ptr<ErrorControl> _ec;

and

  dolfin/la/GenericSparsityPattern.h
  const uint _primary_dim;

Minor things but if they should be private we should fix them before release.

Johan