Skip to content
Snippets Groups Projects
Commit 13354145 authored by Robert K's avatar Robert K
Browse files

[cleanup][femDGOperator] Remove gridSizeInterior here since it's already

exported in operator.hh
parent 2962db3d
No related branches found
No related tags found
No related merge requests found
Pipeline #77332 passed
......@@ -542,8 +542,6 @@ def femDGOperator(Model, space,
args=['DuneType &self, typename DuneType::TroubledCellIndicatorType indicator'],
body=['self.setTroubledCellIndicator(indicator);'],
extra=['pybind11::keep_alive<0,1>()']) )
# gridSizeInterior
extraMethods.append( Method('gridSizeInterior', '&DuneType::gridSizeInterior') )
# limiter indicator
extraMethods.append( Method('_indicator', '&DuneType::indicator') )
......
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