bend_attrs is now a variable

main
Motiejus Jakštys 2021-05-19 22:57:47 +03:00 committed by Motiejus Jakštys
parent 5fda46533f
commit 95e27298cd
1 changed files with 1 additions and 1 deletions

2
wm.sql
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;