Changeset 24c6177 in git for factory/cf_ops.cc


Ignore:
Timestamp:
Mar 9, 2012, 12:08:17 PM (11 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
0625837da0c28e37d5a064424c96c54a2fab6844
Parents:
ad01774b4a6d798db520e2cd641a9b9d6171862b
git-author:
Martin Lee <martinlee84@web.de>2012-03-09 12:08:17+01:00
git-committer:
Martin Lee <martinlee84@web.de>2012-04-04 14:42:27+02:00
Message:
chg: mapdomain() now maps BaseDomains
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/cf_ops.cc

    rad0177 r24c6177  
    452452mapdomain ( const CanonicalForm & f, CanonicalForm (*mf)( const CanonicalForm & ) )
    453453{
    454     if ( f.inCoeffDomain() )
     454    if ( f.inBaseDomain() )
    455455        return mf( f );
    456456    else
Note: See TracChangeset for help on using the changeset viewer.