ソースを参照

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


読み込み中…
キャンセル
保存