Changeset 1fa5f53 in git


Ignore:
Timestamp:
Nov 15, 2012, 2:22:01 PM (11 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '52dcfddee5ec87d404d5e0fb44f2d627608208f1')
Children:
68850498eb24b89fc3f39cf73c270ede9dc56418
Parents:
5337d7e9472c971d9c491c78759c1a59f9477051
git-author:
Martin Lee <martinlee84@web.de>2012-11-15 14:22:01+01:00
git-committer:
Martin Lee <martinlee84@web.de>2012-11-16 13:13:24+01:00
Message:
fix: extraneous parentheses
File:
1 edited

Legend:

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

    r5337d7 r1fa5f53  
    515515  }
    516516  //  CERR << "ind= " << ind << "\n";
    517   if ( (ind == 1) ) //&& ( as.length() > 1) )
     517  if ( ind == 1 ) //&& ( as.length() > 1) )
    518518  {
    519519    if ( irreducible(AS) )
Note: See TracChangeset for help on using the changeset viewer.