Mentions légales du service

Skip to content
Snippets Groups Projects
Commit d7a28eda authored by Quentin Khan's avatar Quentin Khan
Browse files

Clean up F(Mpi)Buffer{Writer,Reader} implementation

The classes FMpiBufferWriter and FBufferWriter implemented the same
functionality, FMpiBufferReader and FBufferReader did too. This replaces
the FBuffer implementations with the FMpiBuffer ones.

Steps taken:
  - remove FBuffer* implementation
  - rename FMpiBuffer* to FBuffer*
  - clean up code and documentation
  - fix missing includes

A few unused variables warnings are fixed in FAbstractBuffer.hpp.

There was a discrepancy in the getSize method of F(Mpi)BufferReader. The
behaviour of FMpiBufferReader is kept and the unit test is modified.
parent 06958c84
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment