Changeset 2024b69 in git


Ignore:
Timestamp:
Nov 15, 2012, 5:35:23 PM (11 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '52dcfddee5ec87d404d5e0fb44f2d627608208f1')
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
Message:
chg: commented out unused errmsg
fix: dangling else
Location:
factory/libfac
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • factory/libfac/charset/charset.cc

    r885e76 r2024b69  
    236236        if ( ! same( iitem, jitem ) )
    237237          if ( ! member(jitem, mem))
     238          {
    238239            if ( contractsub(iitem, jitem) ){
    239240              ts.append(jitem); mem.append(jitem);
     
    243244                ts.append(iitem);
    244245              }
     246          }
    245247      }
    246248  }
  • factory/libfac/factor/Factor.cc

    r885e76 r2024b69  
    11///////////////////////////////////////////////////////////////////////////////
    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.";*/
    33///////////////////////////////////////////////////////////////////////////////
    44// FACTORY - Includes
  • factory/libfac/factor/SqrFree.cc

    r885e76 r2024b69  
    11///////////////////////////////////////////////////////////////////////////////
    22// 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.";*/
    44///////////////////////////////////////////////////////////////////////////////
    55// FACTORY - Includes
Note: See TracChangeset for help on using the changeset viewer.