Changeset 4b91aa in git
- Timestamp:
- Jan 9, 2014, 3:56:02 PM (10 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/cf_ops.cc
rce6d1a r4b91aa 73 73 swapvar_between( i.coeff(), result, term * power( f.mvar(), i.exp() ), expx2 ); 74 74 } 75 #if 0 75 76 static CanonicalForm 76 77 swapvar_between1 ( const CanonicalForm & f ) … … 97 98 } 98 99 } 100 #endif 99 101 //}}} 100 102 … … 133 135 swapvar_rec( i.coeff(), result, term * power( f.mvar(), i.exp() ) ); 134 136 } 137 #if 0 135 138 static CanonicalForm 136 139 swapvar_rec1 ( const CanonicalForm & f ) … … 155 158 } 156 159 } 160 #endif 157 161 //}}} 158 162 … … 193 197 } 194 198 } 199 #if 0 195 200 CanonicalForm 196 201 swapvar1 ( const CanonicalForm & f, const Variable & x1, const Variable & x2 ) … … 217 222 } 218 223 } 224 #endif 219 225 //}}} 220 226
Note: See TracChangeset
for help on using the changeset viewer.