From 7d9424911d24ccd1a0d9ef75c900a73375b0ceaf Mon Sep 17 00:00:00 2001 From: Qianqian Fang Date: Tue, 12 Apr 2022 11:39:14 -0400 Subject: [PATCH] fix loadjmesh function name --- loadjmesh.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loadjmesh.m b/loadjmesh.m index f6a15ce..1a27bda 100644 --- a/loadjmesh.m +++ b/loadjmesh.m @@ -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