Opened 2 years ago
Closed 2 years ago
#874 closed bug (fixed)
bug in codim
Reported by: | Owned by: | somebody | |
---|---|---|---|
Priority: | minor | Milestone: | 4-2-1 and higher |
Component: | dontKnow | Version: | 4-2-0 |
Keywords: | Cc: |
Description
Development version 4.1.3 (but also in earlier versions). Example: LIB"sing.lib"; ring r = 0,(x,y),dp; ideal i1 = x; ideal i2 = x2, xy; codim(std(i1),std(i2));
? nrows(
ideal
) failed ? expected nrows(vector
) ? expected nrows(module
) ? expected nrows(matrix
) ? expected nrows(smatrix
) ? expected nrows(intmat
) ? expected nrows(bigintmat
) ? expected nrows(intvec
) ? error occurred in or before sing.lib::codim line 938:d1 = nrows(id1);
? leaving sing.lib::codim (0) skipping text from;
error at token)
Note: See
TracTickets for help on using
tickets.
fixed with 1869c3489b4d2fa54eca46142f7d0a0ff185c4a6