Fix icc-19 warning in nightly matrix
authorArtem Zhmurov <zhmurov@gmail.com>
Tue, 19 Nov 2019 10:14:05 +0000 (11:14 +0100)
committerArtem Zhmurov <zhmurov@gmail.com>
Tue, 19 Nov 2019 13:56:05 +0000 (14:56 +0100)
commit0b7ffe4f2327ff17195752dfb1e8777779aeaee2
tree75c922cb18a49bfa062ee79dab3ded2d2df46968
parent06e570343b625127d98a8cf8a5bd4edff1f538b1
Fix icc-19 warning in nightly matrix

The nessesity of having the default return statement after the
if-else constructions depended on the #ifdef statement. As the result,
the compiler may or may not require having the default return depending
on the definition of the GMX_LIB_MPI macros. This change moves one of
the conditional return statements outside the #ifdef construction, making
the default return statement irrelevant unconditionally of the macros
definition.

Change-Id: I1da1fe841b799f716db74fc67a8fb633af8f95d0
src/gromacs/mdrunutility/multisim.cpp