# HG changeset patch # User Jordi GutiƩrrez Hermoso # Date 1316801496 18000 # Node ID 92095e0ba372461f2508f4f0f09e877d0f98abac # Parent b8779f71b77f6d54ff356d21889c5b7f8eb25e2c Fix the copyright and docstring of __sprand_impl__ diff --git a/scripts/sparse/private/__sprand_impl__.m b/scripts/sparse/private/__sprand_impl__.m --- a/scripts/sparse/private/__sprand_impl__.m +++ b/scripts/sparse/private/__sprand_impl__.m @@ -1,4 +1,5 @@ ## Copyright (C) 2004-2011 Paul Kienzle +## Copyright (C) 2011 Jordi GutiƩrrez Hermoso ## ## This file is part of Octave. ## @@ -19,10 +20,9 @@ ## Original version by Paul Kienzle distributed as free software in the ## public domain. -## Undocumented internal function. - ## -*- texinfo -*- -## @deftypefn {Function File} {} __isequal__ (@var{nans_compare_equal}, @var{x1}, @var{x2}, @dots{}) +## @deftypefn {Function File} {} __sprand_impl__ (@var{s}, @var{randfun}) +## @deftypefnx {Function File} {} __sprand_impl__ (@var{m}, @var{n}, @var{d}, @var{funname}, @var{randfun}) ## Undocumented internal function. ## @end deftypefn