mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-22 01:02:17 -05:00
Fix for DTMConsistent where it returned random garbage. (Did not init result)
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@261 3f818213-9676-44b0-a9b4-5e4c4e03d09d
This commit is contained in:
parent
c0132294be
commit
260eaf5f57
@ -179,6 +179,7 @@ begin
|
|||||||
for i := 0 to dtm.l-1 do
|
for i := 0 to dtm.l-1 do
|
||||||
if dtm.ash[i] < 0 then
|
if dtm.ash[i] < 0 then
|
||||||
Exit(False);
|
Exit(False);
|
||||||
|
Exit(True);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure NormalizeDTM(var dtm: pdtm);
|
procedure NormalizeDTM(var dtm: pdtm);
|
||||||
|
Loading…
Reference in New Issue
Block a user