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

Separate help header from copyright/licence block #8

Closed
GoogleCodeExporter opened this issue Apr 7, 2015 · 2 comments
Closed

Separate help header from copyright/licence block #8

GoogleCodeExporter opened this issue Apr 7, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

In matlab/CardiacToolbox/local_reference_frame.m:

% [rv, cv, lv, sf] = local_reference_frame(mask, 'first', 50);
% 
% 
% Author: Darryl McClymont <darryl.mcclymont@well.ox.ac.uk>

should be

% [rv, cv, lv, sf] = local_reference_frame(mask, 'first', 50);


% Author: Darryl McClymont <darryl.mcclymont@well.ox.ac.uk>

Otherwise, when you run "help local_reference_frame" in Matlab you get the 
whole licence block.

Original issue reported on code.google.com by rcas...@gmail.com on 29 Oct 2014 at 12:22

@GoogleCodeExporter
Copy link
Author

NB. In private-gerardus

Original comment by rcas...@gmail.com on 29 Oct 2014 at 12:23

@GoogleCodeExporter
Copy link
Author

Original comment by Darryl.M...@gmail.com on 30 Oct 2014 at 3:50

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants