Changeset 456842 in git for libfac/factor/SqrFree.cc
- Timestamp:
- Aug 8, 2001, 4:26:56 PM (22 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 8444b045c3217f44893e92cc7acc9a1bc7595178
- Parents:
- 14b1e65b4290df7e1f7dc6b926269dc204ea38a3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libfac/factor/SqrFree.cc
r14b1e65 r456842 2 2 /////////////////////////////////////////////////////////////////////////////// 3 3 // emacs edit mode for this file is -*- C++ -*- 4 static char * rcsid = "$Id: SqrFree.cc,v 1. 5 2001-08-08 11:59:13Singular Exp $";4 static char * rcsid = "$Id: SqrFree.cc,v 1.6 2001-08-08 14:26:56 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 /////////////////////////////////////////////////////////////////////////////// … … 17 17 18 18 #ifdef SINGULAR 19 # define HAVE_SINGULAR 19 #define HAVE_SINGULAR_ERROR 20 #endif 21 22 #ifdef HAVE_SINGULAR_ERROR 20 23 extern "C" { void WerrorS(char *); } 21 24 #endif … … 128 131 else return 0 ; 129 132 } 130 #ifdef HAVE_SINGULAR 133 #ifdef HAVE_SINGULAR_ERROR 131 134 WerrorS("libfac: ERROR: SqrFreeTest: we should never fall trough here!"); 132 135 #else 136 #ifndef NOSTREAMIO 133 137 cerr << "\nlibfac: ERROR: SqrFreeTest: we should never fall trough here!\n" 134 138 << rcsid << errmsg << endl; 139 #endif 135 140 #endif 136 141 return 0; … … 254 259 return Outputlist ; 255 260 } 256 #ifdef HAVE_SINGULAR 261 #ifdef HAVE_SINGULAR_ERROR 257 262 WerrorS("libfac: ERROR: SqrFreed: we should never fall trough here!"); 258 263 #else 264 #infdef NOSTREAMIO 259 265 cerr << "\nlibfac: ERROR: SqrFreed: we should never fall trough here!\n" 260 266 << rcsid << errmsg << endl; 267 #endif 261 268 #endif 262 269 DEBDECLEVEL(cout, "SqrFreed"); … … 334 341 /* 335 342 $Log: not supported by cvs2svn $ 343 Revision 1.5 2001/08/08 11:59:13 Singular 344 *hannes: Dan's NOSTREAMIO changes 345 336 346 Revision 1.4 1997/11/18 16:39:06 Singular 337 347 * hannes: moved WerrorS from C++ to C
Note: See TracChangeset
for help on using the changeset viewer.