Changeset f0549c8 in git for Singular


Ignore:
Timestamp:
Dec 17, 2011, 9:38:50 PM (12 years ago)
Author:
Christian Eder
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
0fc4c8bd0177d4673beebe5a386cd69e4161f080
Parents:
27637404a579c5be90dfdaadf21dd3a6e892901b
git-author:
Christian Eder <ederc@mathematik.uni-kl.de>2011-12-17 21:38:50+01:00
git-committer:
Christian Eder <ederc@mathematik.uni-kl.de>2011-12-19 15:30:56+01:00
Message:
fixes Manual tests: fglm and stdfglm
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/fglm.cc

    r276374 rf0549c8  
    313313                // Now the settings are compatible with FGLM
    314314                assumeStdFlag( (leftv)ih );
    315                 if ( fglmzero( IDRING(sourceRingHdl), sourceIdeal, destRingHdl, destIdeal, FALSE, (currQuotient != NULL) ) == FALSE )
     315                if ( fglmzero( IDRING(sourceRingHdl), sourceIdeal, IDRING(destRingHdl), destIdeal, FALSE, (currQuotient != NULL) ) == FALSE )
    316316                    state= FglmNotReduced;
    317317            }
Note: See TracChangeset for help on using the changeset viewer.