Changeset 05741d in git


Ignore:
Timestamp:
Feb 10, 2014, 5:59:00 PM (10 years ago)
Author:
Jakob Kröker <kroeker@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
d8cb71c0d3fd7f5c28f5cd09f894d79e8293a7a7ecd9982365d7c692c14dbe634aa691153c756230
Parents:
16d912498ef6c9f1e23b1755a6b1fb2274f0e5e0
Message:
 option snapshot was taken after ring change. fixed.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/normal.lib

    r16d912 r05741d  
    49614961// The original test ideal is origJ.
    49624962// The original ring is R / I, where R is the basering.
     4963  intvec save_opt=option(get);
    49634964  int i;                                // counter
    49644965  int dbg = printlevel - voice + 2;     // dbg = printlevel (default: dbg = 0)
     
    50015002
    50025003  // ----- computation of the test ideal using the ring structure of Ai -----
    5003   intvec save_opt=option(get);
     5004 
    50045005  option(redSB);
    50055006  option(returnSB);
Note: See TracChangeset for help on using the changeset viewer.