Alex

Results 2 issues of Alex

Thank you very much for the code, it has been a big help in my studies and research! I fixed some minor bugs, which might cause problems in very specific...

On line 372 in structure_base.py the height of a Slab Class feature is first discretised and then another y_step is added to the height: `height_discretised = self.y_step*((height // self.y_step) +...