Changeset bd3109 in git


Ignore:
Timestamp:
Nov 26, 2018, 2:45:29 PM (5 years ago)
Author:
Karim Abou Zeid <karim23697@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
51846a027d578a8178185a86fb118220a9fcb96f
Parents:
3673a863f53e0f0dbe2430e32c05d01ea0742900
Message:
messageSets also shows if poly is from Q
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/kutil.cc

    r3673a86 rbd3109  
    80358035      Print("\n  %d:",i);
    80368036      p_wrp(strat->S[i], currRing, strat->tailRing);
     8037      if (strat->fromQ!=NULL && strat->fromQ[i])
     8038        Print(" (from Q)");
    80378039    }
    80388040    strat->news = FALSE;
Note: See TracChangeset for help on using the changeset viewer.