Skip to content

Commit

Permalink
Small fix in cheb2jac.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Hale committed Dec 12, 2017
1 parent b48931f commit 3986fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cheb2jac.m
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
if ( alpha == 0 && beta == 0 )
% Use cheb2leg for alpha = beta = 0:

c_jac = cheb2leg_new( c_cheb );
c_jac = cheb2leg( c_cheb );

elseif ( alpha == -.5 && beta == -.5 )
% Undo scaling:
Expand Down

0 comments on commit 3986fd5

Please sign in to comment.