Changeset 5ab7d6 in git for factory/variable.cc
- Timestamp:
- Aug 1, 2012, 5:50:10 PM (11 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '1d362c315e551a5b527ab0759f8839cf0e94f3a5')
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/variable.cc
r741bb9 r5ab7d6 39 39 static ext_entry * algextensions = 0; 40 40 static char * var_names = 0; 41 41 static char * var_names_ext = 0; 42 42 static char default_name = 'v'; 43 43 static char default_name_ext = 'a'; … … 215 215 } 216 216 217 /*void setMipo ( const Variable & alpha, const CanonicalForm & mipo)217 void setMipo ( const Variable & alpha, const CanonicalForm & mipo) 218 218 { 219 219 ASSERT( alpha.level() < 0 && alpha.level() != LEVELBASE, "illegal extension" ); 220 220 algextensions[-alpha.level()]= ext_entry((InternalPoly*)(conv2mipo( mipo, alpha ).getval()), true ); 221 } */221 } 222 222 223 223 bool hasMipo( const Variable & alpha )
Note: See TracChangeset
for help on using the changeset viewer.