Changeset 4b91aa in git


Ignore:
Timestamp:
Jan 9, 2014, 3:56:02 PM (10 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
ccda50f0deed705561b9fdc49a0b73c4234c407e
Parents:
ce6d1a6d88a8ba1991875ff81506304ecb7bbb10
git-author:
Martin Lee <martinlee84@web.de>2014-01-09 15:56:02+01:00
git-committer:
Martin Lee <martinlee84@web.de>2014-01-27 16:12:23+01:00
Message:
chg: disable unused variants of functions
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/cf_ops.cc

    rce6d1a r4b91aa  
    7373            swapvar_between( i.coeff(), result, term * power( f.mvar(), i.exp() ), expx2 );
    7474}
     75#if 0
    7576static CanonicalForm
    7677swapvar_between1 ( const CanonicalForm & f )
     
    9798    }
    9899}
     100#endif
    99101//}}}
    100102
     
    133135            swapvar_rec( i.coeff(), result, term * power( f.mvar(), i.exp() ) );
    134136}
     137#if 0
    135138static CanonicalForm
    136139swapvar_rec1 ( const CanonicalForm & f )
     
    155158    }
    156159}
     160#endif
    157161//}}}
    158162
     
    193197    }
    194198}
     199#if 0
    195200CanonicalForm
    196201swapvar1 ( const CanonicalForm & f, const Variable & x1, const Variable & x2 )
     
    217222    }
    218223}
     224#endif
    219225//}}}
    220226
Note: See TracChangeset for help on using the changeset viewer.