Changeset 632ebaa in git
- Timestamp:
- Mar 18, 2008, 11:12:59 AM (15 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- 47b923e5a8d48049d1c5a518f94b36359e2b6d14
- Parents:
- 8e0cdf68ee08e8a053c2636918b94947d6781176
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libfac/factor/SqrFree.cc
r8e0cdf r632ebaa 2 2 /////////////////////////////////////////////////////////////////////////////// 3 3 // emacs edit mode for this file is -*- C++ -*- 4 static char * rcsid = "$Id: SqrFree.cc,v 1.1 5 2008-03-17 17:44:16Singular Exp $";4 static char * rcsid = "$Id: SqrFree.cc,v 1.16 2008-03-18 10:12:59 Singular Exp $"; 5 5 static 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."; 6 6 /////////////////////////////////////////////////////////////////////////////// … … 252 252 { 253 253 DEBOUTLN(CERR, "f is univariate: ", f); 254 g = content( g);254 g = content(f); 255 255 if ( ! (g.isOne() || (-g).isOne() ) ) 256 256 { … … 440 440 /* 441 441 $Log: not supported by cvs2svn $ 442 Revision 1.15 2008/03/17 17:44:16 Singular 443 *hannes: fact.tst 444 442 445 Revision 1.10 2006/05/16 14:46:50 Singular 443 446 *hannes: gcc 4.1 fixes
Note: See TracChangeset
for help on using the changeset viewer.