Changeset 76f525 in git
- Timestamp:
- Apr 10, 2015, 2:26:30 PM (8 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- e03d7b343b899a92ec33052e7cf66d70be166a88
- Parents:
- 9383ae8c2345574530bbcaa9082f475a84fcbf0f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/GBEngine/tgbgauss.h
r9383ae r76f525 10 10 #include <coeffs/numbers.h> 11 11 #include <polys/monomials/p_polys.h> 12 #include <omalloc/omallocClass.h> 12 13 //#include "tgb_internal.h" 13 14 … … 39 40 }; 40 41 41 class mac_poly_r{ 42 class mac_poly_r :public omallocClass 43 { 42 44 public: 43 45 number coef;
Note: See TracChangeset
for help on using the changeset viewer.