Skip to content

[BugFix] Segfault LBStep

Markus Holzer requested to merge fix_lbstep_segfault into master

Due to backwards compatibility it is possible to provide the LBStep class with keyword arguments but it also accepts a LBConfig. This leaded to wrong behaviour as shown in #43 (closed)

Fixes #43 (closed)

Merge request reports