Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[SMPI] Remove local variable sz in smpi_group.cpp
authorChristian Heinrich <franz-christian.heinrich@inria.fr>
Fri, 15 Dec 2017 13:47:55 +0000 (14:47 +0100)
committerChristian Heinrich <franz-christian.heinrich@inria.fr>
Fri, 12 Jan 2018 00:08:32 +0000 (01:08 +0100)
commitf41a9b687780b454310de3b8cd63b81380968449
tree65e58d4a95cb3c457b036419c6ac539daf7e1866
parentb198d59656bf6bdd8684110edab4d97596aeee7a
[SMPI] Remove local variable sz in smpi_group.cpp

We already tested before if size_ != group2->size() -- and since
sz = group2->size(), we have here size_ == sz. So just use size_.
src/smpi/mpi/smpi_group.cpp