Explorar el Código

Fix string termination.

publish
Mickey Derks hace 8 años
padre
commit
6e8fbb03b6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      OOequipment/Equipment.m

+ 1
- 1
OOequipment/Equipment.m Ver fichero

@@ -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


Cargando…
Cancelar
Guardar