Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mc/compare: change heap comparision functions to return booleans.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 11 Jul 2019 10:03:31 +0000 (12:03 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 11 Jul 2019 12:47:10 +0000 (14:47 +0200)
commite8923694f970d70ced0a96633f8a9034ca77a88e
tree5c20a06faabffc3e1e6ff9943a2499a32b609b87
parentbc5e4174305bbac4e27367afa8b0824bcf7d1f31
mc/compare: change heap comparision functions to return booleans.

Make them return a boolean: false when the areas are different, and true
otherwise (either they are the same, or the result is unknown).
src/mc/compare.cpp