Changeset 9383ae in git
- Timestamp:
- Apr 10, 2015, 2:25:36 PM (8 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 76f52597f7be2cdc6a83d6956f788e3bb342a2f9
- Parents:
- aa353e371217601bf33dbbb5db4cdd1251018c97
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/int_cf.h
raa353e r9383ae 26 26 #include "variable.h" 27 27 28 #ifdef HAVE_OMALLOC 29 #include <omalloc/omallocClass.h> 30 #endif 31 28 32 class CanonicalForm; 29 33 … … 33 37 * InternalCF will become an InternalPoly, InternalInteger, InternalRational 34 38 **/ 35 class InternalCF { 39 class InternalCF 40 #ifdef HAVE_OMALLOC 41 : public omallocClass 42 #endif 43 { 36 44 private: 37 45 int refCount;
Note: See TracChangeset
for help on using the changeset viewer.