fix mrege to unique: a5f291fa12
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
c50c5d97bc
commit
aab88385ce
@ -2265,7 +2265,7 @@ merge_result merge_dives(const struct dive &a_in, const struct dive &b_in, int o
|
||||
}
|
||||
|
||||
const dive *a = &a_in;
|
||||
const dive *b = &a_in;
|
||||
const dive *b = &b_in;
|
||||
if (is_dc_planner(&a->dcs[0]))
|
||||
std::swap(a, b);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user