Changeset c42671 in git


Ignore:
Timestamp:
Sep 9, 1997, 11:25:52 AM (27 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
ed59e2ab48721f830eb77175b2a09efae9902687
Parents:
edde26f369efc4485312ee39665fdc41db1da1df
Message:
	* cf_factor.cc: #include fix
	  (factorize): cf_glob_switches.isOn() replaced by isOn() for
	  sake of uniformity


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

Legend:

Unmodified
Added
Removed
  • factory/cf_factor.cc

    redde26f rc42671  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: cf_factor.cc,v 1.6 1997-09-01 08:50:56 schmidt Exp $ */
     2/* $Id: cf_factor.cc,v 1.7 1997-09-09 09:25:52 schmidt Exp $ */
    33
    44//{{{ docu
     
    1919
    2020#include "cf_defs.h"
    21 #include "cf_globals.h"
    2221#include "canonicalform.h"
    2322#include "cf_iter.h"
     
    4342    if ( getCharacteristic() > 0 ) {
    4443        ASSERT( f.isUnivariate(), "multivariate factorization not implemented" );
    45         if ( cf_glob_switches.isOn( SW_BERLEKAMP ) )
     44        if ( isOn( SW_BERLEKAMP ) )
    4645            return FpFactorizeUnivariateB( f, issqrfree );
    4746        else
Note: See TracChangeset for help on using the changeset viewer.