You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was examining this code to understand the file format, and I noticed that there seems to be a "skip" on this line that will be executed if fileVersion is 1 or 2 but shouldn't be:
Hello,
I was examining this code to understand the file format, and I noticed that there seems to be a "skip" on this line that will be executed if fileVersion is 1 or 2 but shouldn't be:
IO/src/main/java/sc/fiji/io/FIBSEM_Reader.java
Line 852 in 3348400
as a previous branch of the code for those versions already skipped forward to position 800 here:
IO/src/main/java/sc/fiji/io/FIBSEM_Reader.java
Line 615 in 3348400
I'm not sure if this is intentional or an error?
The text was updated successfully, but these errors were encountered: