Skip to content

Commit dae8e29

Browse files
authored
Merge pull request #1516 from tholden/develop-imgmodel
Fix clash with MATLAB images toolbox class.
2 parents 84ea796 + fe65546 commit dae8e29

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
function [Fimage,objimage,x,y] = imagemodel(F,obj,options)
2-
% IMAGEMODEL Explicitely removes equality constraints from model.
1+
function [Fimage,objimage,x,y] = imgmodel(F,obj,options)
2+
% IMGMODEL Explicitely removes equality constraints from model.
33
%
4-
% [Fi,hi,x,y] = imagemodel(F,h)
4+
% [Fi,hi,x,y] = imgmodel(F,h)
55
%
66
% Input
77
% F : Constraint in form F(x)>0, Ax=b
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
function [Fimage,objimage,x,y] = imagemodel(F,obj,options)
2-
% IMAGEMODEL Explicitely removes equality constraints from model.
1+
function [Fimage,objimage,x,y] = imgmodel(F,obj,options)
2+
% IMGMODEL Explicitely removes equality constraints from model.
33
%
4-
% [Fi,hi,x,y] = imagemodel(F,h)
4+
% [Fi,hi,x,y] = imgmodel(F,h)
55
%
66
% Input
77
% F : Constraint in form F(x)>0, Ax=b

0 commit comments

Comments
 (0)