Navigation Menu

Skip to content

Commit

Permalink
merged
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsHaalck committed Jul 16, 2017
2 parents 6cc8c04 + e7e9ba1 commit 3eb55ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/exampleLInf.m
Expand Up @@ -24,5 +24,5 @@
minXFlex = main.getPrimal(numberT);

%% print result
disp(["FlexBox min: ", minXFlex]);
disp(["with value of: ", func(minXFlex)]);
disp(['FlexBox min: ', minXFlex]);
disp(['with value of: ', func(minXFlex)]);

0 comments on commit 3eb55ac

Please sign in to comment.