Changeset 76f525 in git


Ignore:
Timestamp:
Apr 10, 2015, 2:26:30 PM (9 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
e03d7b343b899a92ec33052e7cf66d70be166a88
Parents:
9383ae8c2345574530bbcaa9082f475a84fcbf0f
Message:
opt: omallocClass for mac_poly_r
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/tgbgauss.h

    r9383ae r76f525  
    1010#include <coeffs/numbers.h>
    1111#include <polys/monomials/p_polys.h>
     12#include <omalloc/omallocClass.h>
    1213//#include "tgb_internal.h"
    1314
     
    3940};
    4041
    41 class mac_poly_r{
     42class mac_poly_r :public omallocClass
     43{
    4244public:
    4345  number coef;
Note: See TracChangeset for help on using the changeset viewer.