From f9b61564b6d74a947e3174141f582026628e0d97 Mon Sep 17 00:00:00 2001 From: Shrediquette <42935970+Shrediquette@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:56:10 +0200 Subject: [PATCH] LIC compilation failed with new folder structure --> hopefully fixed now. --- +plot/fastLICFunction.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/+plot/fastLICFunction.m b/+plot/fastLICFunction.m index 55b7d927..03d36d44 100644 --- a/+plot/fastLICFunction.m +++ b/+plot/fastLICFunction.m @@ -15,6 +15,7 @@ disp(['trying to compile MEX file from ' mexsrc ' ...']); cd(mexdir); mex(mexsrc); +pause(1) cd(pwdir); success = true; @@ -24,7 +25,7 @@ error('could not locate MEX file for %s', mexname); disp(['Please try to compile the file ' mexsrc ' manually.']); disp('You might need to run "mex -setup" in Matlab before compilation'); -cd(pwdir); +%cd(pwdir); success = false; end