Skip to content
Snippets Groups Projects
Commit 9474e507 authored by Thomas Gibson's avatar Thomas Gibson
Browse files

Modal discr is no longer a method

parent 564e9a25
No related branches found
No related tags found
No related merge requests found
......@@ -179,7 +179,7 @@ class DiscretizationCollection:
return self._volume_discr
if dd.is_modal():
return self._modal_discr(qtag)
return self._modal_discr
if qtag is not QTAG_NONE:
no_quad_discr = self.discr_from_dd(DOFDesc(dd.domain_tag))
......
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