Skip to content

Commit

Permalink
Remove unnecessary printing
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim-Salzmann committed Oct 22, 2023
1 parent e1d5f68 commit 00a97ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/matlab/use_l4casadi.m
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import casadi.*

disp(fullfile(pwd, '_l4c_generated', 'libl4casadi_f.dylib'))
f = external('sin_l4c', fullfile('..', '_l4c_generated', 'libsin_l4c.dylib'));

x = DM(pi/2);
Expand Down

0 comments on commit 00a97ed

Please sign in to comment.