dlr-gtlab / gtlab-core

GTlab Core Framework
https://www.gtlab.de
Other
7 stars 2 forks source link

Fix moving process element bug #1214

Closed jensschmeink closed 4 months ago

jensschmeink commented 4 months ago

Description

Closes #1213

How Has This Been Tested?

Checklist:

rainman110 commented 4 months ago

@jensschmeink Please rebase to the current master to enable cppcheck

jensschmeink commented 4 months ago

The move elements function is now too long. Can you please subdivide it into smaller sub-functions. It is currently very hard to read and understand.

I divided parts of the function in seperate functions

jensschmeink commented 4 months ago

@rainman110 after the warning is hidden now, can we merge?

jensschmeink commented 4 months ago

@rainman110 I added the requested comments.