Skip to content

Commit

Permalink
Merge branch 'DisableConversion' of https://github.com/McSCert/Simuli…
Browse files Browse the repository at this point in the history
…nk-Module into DisableConversion
  • Loading branch information
monikajaskolka committed Sep 17, 2020
2 parents 4bdb97f + 68504c2 commit 3f1f47e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/reqSimFcnName.m
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
break
else
waitfor(msgbox([inputName{1}, ...
' is already used as a Simulink Function in scope.', ...
newline, newline, 'Please enter a new name.'], dlgtitle));
' is already used as a Simulink Function in scope.', ...
char(10), 'Please enter a new name.'], dlgtitle));
end
end
simulinkFcnName = inputName{1};
Expand Down

0 comments on commit 3f1f47e

Please sign in to comment.