Hi all, Probably due to the new licence restrictions at matlab central, the nurbs toolbox has been removed from the mathworks site. So I have been asked to keep the current nurbs package from octave-forge (which originated as a fork) compatible with matlab. As I don't want to spend time maintaining 2 different versions, I'd like to just make minimal changes to the current package but I have a problem though with what to do with the copyright notice in the package functions:
1) if I leave it at the top it will be displayed in place of the help text in matlab 2) the awk script in oct2mat moves the copyright notice to the end of the file which I don't like 3) if I join help and copyright text the full copyright text is shown everytime user tyoes help <function> has anyone ever had to do the same? Is there a recommended way to deal with this? thanks! c. ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Octave-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/octave-dev
