Skip to content

Commit 0d140e6

Browse files
authored
Fix wrong grouping of dcombssq
1 parent 4c45cd6 commit 0d140e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exports/gensymbol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -798,10 +798,10 @@ zpotri,
798798
# functions added for lapack-3.9.0
799799
@lapackobjs2c = (@lapackobjs2c,
800800
cgesvdq,
801-
cungtsqr,
802-
dcombssq,
801+
cungtsqr
803802
);
804803
@lapackobjs2d = (@lapackobjs2d,
804+
dcombssq,
805805
dgesvdq,
806806
dorgtsqr,
807807
);

0 commit comments

Comments
 (0)