Sfoglia il codice sorgente

Fix string termination.

publish
Mickey Derks 8 anni fa
parent
commit
6e8fbb03b6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      OOequipment/Equipment.m

+ 1
- 1
OOequipment/Equipment.m Vedi File

@@ -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…
Annulla
Salva