# HG changeset patch # User John W. Eaton # Date 1333557029 14400 # Node ID 624dcb5e978fe073e672c2d6521207245f1b03f0 # Parent 27f028a670b478a8aa47c332aacd2c87ca89ffe6 maint: note reason __splinefit__.m is private instead of subfunction diff -r 27f028a670b4 -r 624dcb5e978f scripts/polynomial/private/__splinefit__.m --- a/scripts/polynomial/private/__splinefit__.m Wed Apr 04 12:30:00 2012 -0400 +++ b/scripts/polynomial/private/__splinefit__.m Wed Apr 04 12:30:29 2012 -0400 @@ -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. %