瀏覽代碼

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


Loading…
取消
儲存