Selaa lähdekoodia

Fix string termination.

publish
Mickey Derks 8 vuotta sitten
vanhempi
commit
6e8fbb03b6
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      OOequipment/Equipment.m

+ 1
- 1
OOequipment/Equipment.m Näytä tiedosto

@@ -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…
Peruuta
Tallenna