Changeset 5ff25a3 in git for kernel


Ignore:
Timestamp:
Apr 3, 2009, 9:10:36 PM (15 years ago)
Author:
Motsak Oleksandr <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
5c990f152831c8b6b6954cc2fc0829365f41cc20
Parents:
e76ba8d63dfc5181e518f4faa0a9e408e27f95fe
Message:
*motsak: wrong tests: p_Test-->>> p_LmTest


git-svn-id: file:///usr/local/Singular/svn/trunk@11619 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/sca.cc

    re76ba8d r5ff25a3  
    77 *  Author:  motsak (Oleksandr Motsak)
    88 *  Created: 2006/12/18
    9  *  Version: $Id: sca.cc,v 1.34 2009-04-03 18:53:16 motsak Exp $
     9 *  Version: $Id: sca.cc,v 1.35 2009-04-03 19:10:36 motsak Exp $
    1010 *******************************************************************/
    1111
     
    207207
    208208#ifdef PDEBUG
    209     p_Test(pMonomM, rRing);
     209    p_LmTest(pMonomM, rRing);
    210210#endif
    211211
     
    271271
    272272#ifdef PDEBUG
    273     p_Test(pMonomM, rRing);
     273    p_LmTest(pMonomM, rRing);
    274274#endif
    275275
     
    341341
    342342#ifdef PDEBUG
    343     p_Test(pResult, rRing);
     343    p_LmTest(pResult, rRing);
    344344#endif
    345345
     
    386386
    387387#ifdef PDEBUG
    388     p_Test(pResult, rRing);
     388    p_LmTest(pResult, rRing);
    389389#endif
    390390
Note: See TracChangeset for help on using the changeset viewer.