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

unreachable code #300

Closed maddin200 closed 1 year ago

maddin200 commented 1 year ago

bart-master/src/misc/io.c: line 612 Code: if (j == n[i]) { if (j != n[i]) return -1; // <-- unreachable