Changeset 1343d6 in git for factory/canonicalform.cc


Ignore:
Timestamp:
Jul 2, 1996, 1:18:32 PM (28 years ago)
Author:
Rüdiger Stobbe <stobbe@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
b4126d9278f430f834d36959eccf712842b3f957
Parents:
fcae675a16caf8d4d11c889aacd1d01e01da7806
Message:
"initCanonicalForm: now initializes the switch system.
"


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

Legend:

Unmodified
Added
Removed
  • factory/canonicalform.cc

    rfcae67 r1343d6  
    11// emacs editmode for this file is -*- C++ -*-
    2 // $Id: canonicalform.cc,v 1.1 1996-06-13 07:15:50 stobbe Exp $
     2// $Id: canonicalform.cc,v 1.2 1996-07-02 11:18:32 stobbe Exp $
    33
    44/*
    55$Log: not supported by cvs2svn $
     6Revision 1.1  1996/06/13 07:15:50  stobbe
     7"CanonicalForm::deriv(x): bug fix, result is now swapped back if x is not
     8                         the main variable of *this
     9"
     10
    611Revision 1.0  1996/05/17 10:59:42  stobbe
    712Initial revision
     
    11231128        (void)mmInit();
    11241129#endif
     1130
     1131        Off( SW_RATIONAL );
     1132        Off( SW_QUOTIENT );
     1133        Off( SW_SYMMETRIC_FF );
     1134        Off( SW_BERLEKAMP );
     1135        Off( SW_FAC_USE_BIG_PRIMES );
     1136        Off( SW_FAC_QUADRATICLIFT );
     1137        Off( SW_USE_EZGCD );
     1138
    11251139        (void)initializeCharacteristic();
    11261140        (void)initializeGMP();
Note: See TracChangeset for help on using the changeset viewer.