mrirecon / bart

BART: Toolbox for Computational Magnetic Resonance Imaging
https://mrirecon.github.io/bart/
BSD 3-Clause "New" or "Revised" License
291 stars 161 forks source link

identical code #301

Closed maddin200 closed 1 year ago

maddin200 commented 1 year ago

bart-master/src/num/ops.c line 2451

Code: if (NULL != data_perm) {

    return operator_get_list(data_perm->op);
}

if (NULL != data_perm) {  // <-- identical

    return operator_get_list(data_perm->op);
}