Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
wouter
/
Matlab-Prologix-scripts
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Fix string termination.
publish
Mickey Derks
hace 8 años
padre
5c7f91fe06
commit
6e8fbb03b6
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+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
Escribir
Vista previa
Cargando…
Cancelar
Guardar