# 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 --git a/scripts/polynomial/private/__splinefit__.m b/scripts/polynomial/private/__splinefit__.m --- 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. %