Ignore:
Timestamp:
Sep 16, 2014, 4:56:19 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
5b45a4ff15d0998cc64c730af75c1c1f773d4a77
Parents:
4ec0f01d431893a4c0997d2bdfab87cb8d37e03e
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-09-16 16:56:19+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-09-23 20:10:49+02:00
Message:
There should be no *Test in assume call (and no assume in *Test definition)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/dyn_modules/syzextra/mod_main.cc

    r4ec0f0 reb55f8a  
    13611361    {
    13621362      assume( p != NULL );
    1363       assume( p_LmTest(p, r) );
     1363      p_LmTest(p, r);
    13641364
    13651365      const unsigned long iComp = p_GetComp(p, r);
     
    13941394
    13951395    assume( p != NULL );
    1396     assume( p_LmTest(p, r) );
     1396    p_LmTest(p, r);
    13971397
    13981398    const int iExpSize = r->ExpL_Size;
Note: See TracChangeset for help on using the changeset viewer.