Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Replace dynamic C-style arrays with std::vector.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 20 Nov 2020 20:54:06 +0000 (21:54 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sat, 21 Nov 2020 17:01:37 +0000 (18:01 +0100)
commit42337b86be6c581a3e76ac7e346a5157541357df
treefb5139fa89bba78624088e435ff68f297b8dd6f8
parentf50a3b14cac88d8c6db2219f5a2c79696770ed6d
Replace dynamic C-style arrays with std::vector.
src/smpi/bindings/smpi_f77_request.cpp
src/smpi/bindings/smpi_f77_type.cpp
src/smpi/bindings/smpi_pmpi_request.cpp
src/smpi/mpi/smpi_comm.cpp
src/smpi/mpi/smpi_win.cpp