Skip to content

Commit 79ff603

Browse files
authored
Merge pull request #23 from nicola-giuliani/fe_bug_fix
solved local refinement bug
2 parents d6d05da + 1c4b61d commit 79ff603

2 files changed

Lines changed: 55 additions & 64 deletions

File tree

include/bem_fma.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ class BEMFMA : public ParameterAcceptor
175175
/// Three pointers to the problem parameters to be set equal to
176176
/// the ones in the calling problem through the init function
177177
SmartPointer<const DoFHandler<dim-1,dim> > fma_dh;
178-
SmartPointer<const FiniteElement<dim-1,dim> > fma_fe;
179178
SmartPointer<const Mapping<dim-1,dim> > fma_mapping;
180179

181180

0 commit comments

Comments
 (0)