We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4c7e65 commit 8921bc6Copy full SHA for 8921bc6
1 file changed
include/bem_problem.h
@@ -245,8 +245,8 @@ class BEMProblem : public ParameterAcceptor
245
246
ParsedFiniteElement<dim-1, dim> parsed_fe;
247
ParsedFiniteElement<dim-1, dim> parsed_gradient_fe;
248
- std::unique_ptr<FiniteElement<dim-1, dim> > *fe;
249
- std::unique_ptr<FiniteElement<dim-1, dim> > *gradient_fe;
+ std::unique_ptr<FiniteElement<dim-1, dim> > fe;
+ std::unique_ptr<FiniteElement<dim-1, dim> > gradient_fe;
250
DoFHandler<dim-1,dim> dh;
251
DoFHandler<dim-1,dim> gradient_dh;
252
0 commit comments