Skip to content

Commit

Permalink
[ci] workaround due to octave 9.x windows fscanf bug
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Oct 18, 2024
1 parent 902b0a9 commit 66be46d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readoff.m
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

node = [];
elem = [];
fid = fopen(fname, 'rt');
fid = fopen(fname, 'rb');
line = fgetl(fid);
dim = sscanf(line, 'OFF %d %d %d');
line = nonemptyline(fid);
Expand Down

0 comments on commit 66be46d

Please sign in to comment.