Mercurial > hg > octave-lyh
changeset 14525:624dcb5e978f
maint: note reason __splinefit__.m is private instead of subfunction
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Wed, 04 Apr 2012 12:30:29 -0400 |
parents | 27f028a670b4 |
children | e12945668746 |
files | scripts/polynomial/private/__splinefit__.m |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/polynomial/private/__splinefit__.m +++ b/scripts/polynomial/private/__splinefit__.m @@ -1,3 +1,8 @@ +## This function is private because it is maintained by Jonas Lundgren +## separtely from Octave. Please do not reformat to match Octave coding +## conventions as that would make it harder to integrate upstream +## changes. + % Copyright (c) 2010, Jonas Lundgren % All rights reserved. %