Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

open if statement in prelp.m #46

Closed
mkarikom opened this issue Jul 2, 2019 · 1 comment · Fixed by #48
Closed

open if statement in prelp.m #46

mkarikom opened this issue Jul 2, 2019 · 1 comment · Fixed by #48

Comments

@mkarikom
Copy link

mkarikom commented Jul 2, 2019

This appears to be a bug:

if ~exist('loadata','file') || ~exist('preprocess','file')
if ~exist('loadata','file') | ~exist('preprocess','file')
    error('To use PRELP, you need to have LIPSOL installed.')
end

removing the second if fixes compilation errors in mcc

@siko1056
Copy link
Member

siko1056 commented Jul 3, 2019

Confirmed. I found another duplicate which just does the work of loading data twice. Both are fixed with pr #48.

johanlofberg added a commit that referenced this issue Jul 3, 2019
prelp.m: Remove duplicate line. Fixes #46.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants