Changeset 24a614b in git for kernel/kutil.cc


Ignore:
Timestamp:
Sep 7, 2011, 9:07:07 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
3aa9b6373c3eba8145bd3a0a102735ba0fc847ae
Parents:
895b31c1bd66c3f92ae5a8ac32a8a9758c66db7e
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-09-07 21:07:07+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:33+01:00
Message:
FIX: nc_p_Bracket_qq must take the 3rd RING argument!
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/kutil.cc

    r895b31c r24a614b  
    15591559             // generalized prod-crit for lie-type
    15601560             strat->cp++;
    1561              Lp.p = nc_p_Bracket_qq(pCopy(p),strat->S[i]);
     1561             Lp.p = nc_p_Bracket_qq(pCopy(p),strat->S[i], currRing);
    15621562         }
    15631563         else
     
    73367336//             // generalized prod-crit for lie-type
    73377337//             strat->cp++;
    7338 //             Lp.p = nc_p_Bracket_qq(pCopy(p),q);
     7338//             Lp.p = nc_p_Bracket_qq(pCopy(p),q, currRing);
    73397339//         }
    73407340//         else
Note: See TracChangeset for help on using the changeset viewer.