Changeset 92550d in git for factory/cf_gcd.cc
- Timestamp:
- May 20, 2014, 5:18:40 PM (10 years ago)
- Branches:
- (u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
- Children:
- a770fe2fceb17640c0d38e02178754f465f6ef5b
- Parents:
- 984ff3b24d0cfc0f0c40172a5ef29ced17fd6741
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/cf_gcd.cc
r984ff3 r92550d 958 958 content ( const CanonicalForm & f, const Variable & x ) 959 959 { 960 if (f.inBaseDomain()) return f; 960 961 ASSERT( x.level() > 0, "cannot calculate content with respect to algebraic variable" ); 961 962 Variable y = f.mvar();
Note: See TracChangeset
for help on using the changeset viewer.