changeset 11947:b98b9c0ccd96 octave-forge

fix docstring
author cdf
date Sun, 21 Jul 2013 18:44:16 +0000
parents fb89c6ba61f0
children 81e08d391cf4
files extra/secs1d/inst/secs1d_auger_recombination_noscale.m
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/extra/secs1d/inst/secs1d_auger_recombination_noscale.m	Sun Jul 21 07:38:23 2013 +0000
+++ b/extra/secs1d/inst/secs1d_auger_recombination_noscale.m	Sun Jul 21 18:44:16 2013 +0000
@@ -16,7 +16,8 @@
 %% You should have received a copy of the GNU General Public License
 %% along with SECS1D; If not, see <http://www.gnu.org/licenses/>.
 
-%% [Rn, Rp] = secs1d_auger_recombination_noscale (p, n, device)
+%% [Rn, Rp, G] = secs1d_auger_recombination_noscale ...
+%%      (device, material, constants, algorithm, n, p);
 
 function [Rn, Rp, G] = secs1d_auger_recombination_noscale ...
       (device, material, constants, algorithm, n, p);