Changeset 2024b69 in git
- Timestamp:
- Nov 15, 2012, 5:35:23 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 5b2d2b2183f95fa08056cb2c7d5632af933db2ec
- Parents:
- 885e7651730fe89cf8a58ca22e1b1d7138c20994
- git-author:
- Martin Lee <martinlee84@web.de>2012-11-15 17:35:23+01:00
- git-committer:
- Martin Lee <martinlee84@web.de>2012-11-16 13:13:24+01:00
- Location:
- factory/libfac
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/libfac/charset/charset.cc
r885e76 r2024b69 236 236 if ( ! same( iitem, jitem ) ) 237 237 if ( ! member(jitem, mem)) 238 { 238 239 if ( contractsub(iitem, jitem) ){ 239 240 ts.append(jitem); mem.append(jitem); … … 243 244 ts.append(iitem); 244 245 } 246 } 245 247 } 246 248 } -
factory/libfac/factor/Factor.cc
r885e76 r2024b69 1 1 /////////////////////////////////////////////////////////////////////////////// 2 static const char * errmsg = "\nYou found a bug!\nPlease inform singular@mathematik.uni-kl.de\nPlease include above information and your input (the ideal/polynomial and characteristic) in your bug-report.\nThank you."; 2 /*static const char * errmsg = "\nYou found a bug!\nPlease inform singular@mathematik.uni-kl.de\nPlease include above information and your input (the ideal/polynomial and characteristic) in your bug-report.\nThank you.";*/ 3 3 /////////////////////////////////////////////////////////////////////////////// 4 4 // FACTORY - Includes -
factory/libfac/factor/SqrFree.cc
r885e76 r2024b69 1 1 /////////////////////////////////////////////////////////////////////////////// 2 2 // emacs edit mode for this file is -*- C++ -*- 3 static const char * errmsg = "\nYou found a bug!\nPlease inform singular@mathematik.uni-kl.de\n Please include above information and your input (the ideal/polynomial and characteristic) in your bug-report.\nThank you."; 3 /*static const char * errmsg = "\nYou found a bug!\nPlease inform singular@mathematik.uni-kl.de\n Please include above information and your input (the ideal/polynomial and characteristic) in your bug-report.\nThank you.";*/ 4 4 /////////////////////////////////////////////////////////////////////////////// 5 5 // FACTORY - Includes
Note: See TracChangeset
for help on using the changeset viewer.