bend_attrs is now a variable

This commit is contained in:
Motiejus Jakštys 2021-04-06 18:29:25 +03:00
parent d0972307e2
commit 15eac8ba32

View File

@ -431,7 +431,7 @@ begin
end if;
-- self-crossing mutations are done, calculate bend properties
perform bend_attrs(bends, dbgname);
bend_attrs = array((select bend_attrs(bends, dbgname)));
end loop;