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

Missing "WriteMRC" function causes UndefinedFunction error #5

Open
lglass opened this issue Jun 29, 2022 · 0 comments
Open

Missing "WriteMRC" function causes UndefinedFunction error #5

lglass opened this issue Jun 29, 2022 · 0 comments

Comments

@lglass
Copy link

lglass commented Jun 29, 2022

Using v2.0.0
git checkout tags/v2.0.0
"WriteMRC" function seems to have been deleted in commit de082ae.
git diff --name-status de082ae5da952a0a932a7a11c8b178dfd883f2d6 HEAD
Output:

D src/WriteMRC.m
D src/WriteMRCHeader

Suggested solution:
git checkout de082ae5da952a0a932a7a11c8b178dfd883f2d6 -- src/WriteMRC.m
git checkout de082ae5da952a0a932a7a11c8b178dfd883f2d6 -- src/WriteMRCHeader
mv src/WriteMRCHeader src/WriteMRCHeader.m

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

No branches or pull requests

1 participant