Changeset 5ab7d6 in git


Ignore:
Timestamp:
Aug 1, 2012, 5:50:10 PM (12 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
21263cf68eb94ca94f4b65c4464312b7892f411e
Parents:
741bb919ee1b97433fc1241653be4546c27fa727
git-author:
Martin Lee <martinlee84@web.de>2012-08-01 17:50:10+02:00
git-committer:
Martin Lee <martinlee84@web.de>2012-08-03 10:03:18+02:00
Message:
chg: made var_names_ext static and setMipo available again
Location:
factory
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • factory/variable.cc

    r741bb9 r5ab7d6  
    3939static ext_entry * algextensions = 0;
    4040static char * var_names = 0;
    41       char * var_names_ext = 0;
     41static char * var_names_ext = 0;
    4242static char default_name = 'v';
    4343static char default_name_ext = 'a';
     
    215215}
    216216
    217 /*void setMipo ( const Variable & alpha, const CanonicalForm & mipo)
     217void setMipo ( const Variable & alpha, const CanonicalForm & mipo)
    218218{
    219219    ASSERT( alpha.level() < 0 && alpha.level() != LEVELBASE, "illegal extension" );
    220220    algextensions[-alpha.level()]= ext_entry((InternalPoly*)(conv2mipo( mipo, alpha ).getval()), true );
    221 }*/
     221}
    222222
    223223bool hasMipo( const Variable & alpha )
  • factory/variable.h

    r741bb9 r5ab7d6  
    7878inline char name( const Variable & v ) { return v.name(); }
    7979
     80void setMipo ( const Variable & alpha, const CanonicalForm & mipo);
    8081CanonicalForm getMipo( const Variable & alpha, const Variable & x );
    8182bool hasMipo( const Variable & alpha );
Note: See TracChangeset for help on using the changeset viewer.