소스 검색

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


불러오는 중...
취소
저장