Changeset 7403:30a7ef4914be


Ignore:
Timestamp:
11/23/07 13:28:49 (6 years ago)
Author:
William Stein <wstein@…>
Branch:
default
Tags:
2.8.14.rc0
Message:

trac #1250 -- control-c out of multivariate factor didn't work.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sage/rings/polynomial/multi_polynomial_libsingular.pyx

    r7380 r7403  
    30093009        ptemp = p_Copy(self._poly,_ring) 
    30103010        iv = NULL 
     3011        _sig_on 
    30113012        I = singclap_factorize ( ptemp, &iv , int(param)) #delete iv at some point 
     3013        _sig_off 
    30123014 
    30133015        if param==1: 
Note: See TracChangeset for help on using the changeset viewer.