Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpa
libs
pucrio-tecgraf
Commits
d9c051da
Commit
d9c051da
authored
Sep 30, 2021
by
Bernardo Quaresma Dias
Browse files
Atualização de versão 1_1 de utils
INSTMPA-1315
parent
010cb466
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib-utils-1_1.mpam
View file @
d9c051da
...
...
@@ -1458,9 +1458,9 @@ Ajustar o tempo da janela invalida a mesma, para sua validade seja reavaliada
results = {
},
code = [==============================================================[
function(self, v)
function(self, v)
--[[ASSERT]] assert( type(v) == 'number', ("Tempo informado (%s) não é um número."):format(tostring(v)
) )
self.valida = false
self.tempo
:write(v)
self.tempo
= v
end
]==============================================================],
},
...
...
@@ -1522,7 +1522,7 @@ Os dados que j
},
code = [==============================================================[
function(self)
return self.valida
or fals
e
return self.valida
== tru
e
end
]==============================================================],
},
...
...
@@ -1614,7 +1614,7 @@ de viola
},
code = [==============================================================[
function(self,lista,limite)
return
self.valida and
(self:informar_grau_violacao(lista) > limite)
return (self:informar_grau_violacao(lista) > limite)
end
]==============================================================],
},
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment