Skip to content
Snippets Groups Projects
Commit 938602b2 authored by Antoine Cyril David Hoffmann's avatar Antoine Cyril David Hoffmann
Browse files

small correction

parent 5b04f7e6
Branches
Tags
No related merge requests found
...@@ -12,7 +12,7 @@ function Lk = LaguerrePoly(n) ...@@ -12,7 +12,7 @@ function Lk = LaguerrePoly(n)
if n==0 if n==0
Lk = 1; Lk = 1;
elseif n==1 elseif n==1
Lk = [-1 1]; Lk = [-1 1]';
else else
Lkm2 = zeros(n+1,1); Lkm2 = zeros(n+1,1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment