]> www.ginac.de Git - ginac.git/commitdiff
some changes to allow GiNaC to cooperate with cint:
authorAlexander Frink <Alexander.Frink@uni-mainz.de>
Tue, 14 Dec 1999 20:41:18 +0000 (20:41 +0000)
committerAlexander Frink <Alexander.Frink@uni-mainz.de>
Tue, 14 Dec 1999 20:41:18 +0000 (20:41 +0000)
matrix.h/.cpp: vector<ex> replaced with exvector where
               typedef vector<ex,malloc_alloc> exvector

constant.h/.cpp: typedef for evalffunction

color.h/.cpp: replaced vector<exvector> with exvectorvector where
              typedef vector<exvector,malloc_alloc> exvectorvector

ex.h: OBSCURE_CINT_HACK defines around some weird code. Never define
      OBSCURE_CINT_HACK when compiling libginac


No differences found