An error occurred while fetching the assigned milestone of the selected merge_request.
[bboxtree] Only call bounding box tree when there are point sources
Compare changes
+ 4
− 3
@@ -1115,15 +1115,16 @@ protected:
When making the point source map we only want to make sure the bounding box tree is initiated if there are any point sources. By a previous commit this was mistakenly put in the beginning of the method so that the bounding box tree is always built.
Maybe has to be tested with dumux-multidimension too.