[Bugfix] BufferSystem was not copied correctly
- Bug occurred if a BufferSystem (or communication scheme) was copied and the first object went out of scope. - Internally a pointer was kept which was still pointing to the original BufferSystem Fixes #16
Please register or sign in to comment