Changeset eaf66f in git for Singular/fglm.cc


Ignore:
Timestamp:
Jan 6, 2010, 3:55:24 PM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '91e5db82acc17434e4062bcfa44e6efa7d41fd30')
Children:
2798e9c9a20190bf0a37493b0ee9bb022d2b226f
Parents:
098f98f02a8e2828b475a241c0b7cfc3fb3c8e01
Message:
IDTYP etc -> ipid.h

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

Legend:

Unmodified
Added
Removed
  • Singular/fglm.cc

    r098f98f reaf66f  
    299299                // Now the settings are compatible with FGLM
    300300                assumeStdFlag( (leftv)ih );
    301                 if ( fglmzero( sourceRingHdl, sourceIdeal, destRingHdl, destIdeal, FALSE, (currQuotient != NULL) ) == FALSE )
     301                if ( fglmzero( IDRING(sourceRingHdl), sourceIdeal, destRingHdl, destIdeal, FALSE, (currQuotient != NULL) ) == FALSE )
    302302                    state= FglmNotReduced;
    303303            }
Note: See TracChangeset for help on using the changeset viewer.