Skip to content

Commit

Permalink
LIC compilation failed with new folder structure --> hopefully fixed …
Browse files Browse the repository at this point in the history
…now.
  • Loading branch information
Shrediquette committed Oct 2, 2024
1 parent 8b26db7 commit f9b6156
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion +plot/fastLICFunction.m
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
disp(['trying to compile MEX file from ' mexsrc ' ...']);
cd(mexdir);
mex(mexsrc);
pause(1)
cd(pwdir);
success = true;

Expand All @@ -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

Expand Down

0 comments on commit f9b6156

Please sign in to comment.