There was an error fetching the commit references. Please try again later.
[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
Showing
- src/core/mpi/BufferSystem.cpp 44 additions, 0 deletionssrc/core/mpi/BufferSystem.cpp
- src/core/mpi/BufferSystem.h 2 additions, 0 deletionssrc/core/mpi/BufferSystem.h
- src/core/mpi/BufferSystemHelper.h 6 additions, 5 deletionssrc/core/mpi/BufferSystemHelper.h
- tests/core/mpi/BufferSystemTest.cpp 40 additions, 6 deletionstests/core/mpi/BufferSystemTest.cpp
Please register or sign in to comment