浏览代码

Fix string termination.

publish
Mickey Derks 8 年前
父节点
当前提交
6e8fbb03b6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      OOequipment/Equipment.m

+ 1
- 1
OOequipment/Equipment.m 查看文件

@@ -149,7 +149,7 @@ classdef Equipment < handle
function num = forceNum(input)
if ~isnumeric(input)
error('Input should be a (single) number.);
error('Input should be a (single) number.');
end
num = input;
end


正在加载...
取消
保存