Changeset d0eab5 in git for Singular/misc.cc


Ignore:
Timestamp:
Sep 29, 2006, 3:15:32 PM (17 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
480d5e13dafe21df5c6124e9295b5edf19fa13a5
Parents:
6bc5bb7a94aaf83e379eb23cb2efdf5f45e45429
Message:
*hannes: allow intStrategy for Z/p


git-svn-id: file:///usr/local/Singular/svn/trunk@9435 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/misc.cc

    r6bc5bb rd0eab5  
    292292        test=(*w)[0];
    293293        verbose=(*w)[1];
    294 
     294#if 0
    295295        if (TEST_OPT_INTSTRATEGY && (currRing!=NULL)
    296296        && rField_has_simple_inverse()
     
    301301          test &=~Sy_bit(OPT_INTSTRATEGY);
    302302        }
     303#endif
    303304        goto okay;
    304305      }
     
    323324        else
    324325          Warn("cannot set option");
     326#if 0
    325327        if (TEST_OPT_INTSTRATEGY && (currRing!=NULL)
    326328        && rField_has_simple_inverse()
     
    331333          test &=~Sy_bit(OPT_INTSTRATEGY);
    332334        }
     335#endif
    333336        goto okay;
    334337      }
Note: See TracChangeset for help on using the changeset viewer.