Changeset 632ebaa in git for libfac/factor/SqrFree.cc


Ignore:
Timestamp:
Mar 18, 2008, 11:12:59 AM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
47b923e5a8d48049d1c5a518f94b36359e2b6d14
Parents:
8e0cdf68ee08e8a053c2636918b94947d6781176
Message:
*hannes: typo


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

Legend:

Unmodified
Added
Removed
  • libfac/factor/SqrFree.cc

    r8e0cdf r632ebaa  
    22///////////////////////////////////////////////////////////////////////////////
    33// emacs edit mode for this file is -*- C++ -*-
    4 static char * rcsid = "$Id: SqrFree.cc,v 1.15 2008-03-17 17:44:16 Singular Exp $";
     4static char * rcsid = "$Id: SqrFree.cc,v 1.16 2008-03-18 10:12:59 Singular Exp $";
    55static char * errmsg = "\nYou found a bug!\nPlease inform (Michael Messollen) michael@math.uni-sb.de .\n Please include above information and your input (the ideal/polynomial and characteristic) in your bug-report.\nThank you.";
    66///////////////////////////////////////////////////////////////////////////////
     
    252252  {
    253253    DEBOUTLN(CERR, "f is univariate: ", f);
    254     g = content(g);
     254    g = content(f);
    255255    if ( ! (g.isOne() || (-g).isOne() ) )
    256256    {
     
    440440/*
    441441$Log: not supported by cvs2svn $
     442Revision 1.15  2008/03/17 17:44:16  Singular
     443*hannes: fact.tst
     444
    442445Revision 1.10  2006/05/16 14:46:50  Singular
    443446*hannes: gcc 4.1 fixes
Note: See TracChangeset for help on using the changeset viewer.