Skip to content

Removed unnecessary task dependency between recv_xv and pairs

Matthieu Schaller requested to merge no_recvxv_pair_dependency into master

Removed unnecessary task dependency between recv_xv and pair/density sub_pair/density.

We always sort after reception of data and the pairs can't run before the sort is done. So that was an unnecessary link.

Apart from code re-arranging the interesting line is the removal of line 1208.

Merge request reports