Skip to content

Commit

Permalink
fix loadjmesh function name
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Apr 12, 2022
1 parent e3664e6 commit 7d94249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loadjmesh.m
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
error('you must provide data and output file name');
end

if(~exist('loadubjson','file'))
if(~exist('loadbj','file'))
error('you must first install JSONLab from http://github.com/fangq/jsonlab/');
end

Expand Down

0 comments on commit 7d94249

Please sign in to comment.