Changeset 639047e in git for libfac/charset/charset.cc


Ignore:
Timestamp:
Aug 19, 2002, 1:11:34 PM (22 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
6acb298d347b4b82e942caa7518a2625dc747c1e
Parents:
b1476d0550d3e358e0fcafec0719ae421300980e
Message:
* hannes/pfister: alg_gcd etc.


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

Legend:

Unmodified
Added
Removed
  • libfac/charset/charset.cc

    rb1476d0 r639047e  
    22////////////////////////////////////////////////////////////
    33// emacs edit mode for this file is -*- C++ -*-
    4 static char * rcsid = "$Id: charset.cc,v 1.9 2001-08-08 14:26:54 Singular Exp $";
     4static char * rcsid = "$Id: charset.cc,v 1.10 2002-08-19 11:11:31 Singular Exp $";
    55/////////////////////////////////////////////////////////////
    66// FACTORY - Includes
     
    540540    DEBOUT(cout, "irras: factoring: ", elem);
    541541    if ( degree(elem) > 1 ) // linear poly's are irreduzible
     542    {
    542543      qs = Factorize(elem);
     544    }
    543545    else{
    544546      qs=(CFFactor(elem,1));
     
    581583            break;
    582584          }
    583           else
    584           {
    585 #ifdef HAVE_SINGULAR_ERROR
    586             WarnS("libfac: Factoring over algebraic function field required!");
    587 #else
    588 #ifndef NOSTREAMIO
    589             cerr << "libfac: Factoring over algebraic function field!" << endl;
    590 #endif
    591 #endif
    592           }
    593585        }
    594586      }
     
    602594/*
    603595$Log: not supported by cvs2svn $
     596Revision 1.9  2001/08/08 14:26:54  Singular
     597*hannes: Dan's HAVE_SINGULAR_ERROR
     598
    604599Revision 1.8  2001/08/06 08:32:53  Singular
    605600* hannes: code cleanup
Note: See TracChangeset for help on using the changeset viewer.