]> www.ginac.de Git - ginac.git/commit
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)
commit721cff7b2f8d555e085202f6f3f47801b92d0413
treeaf64a60d3e2f797549d9871985bc646504453ad7
parentd130c986380d900930892e4995b686d5b328b8bd
some changes to allow GiNaC to cooperate with cint:

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
ginac/color.cpp
ginac/color.h
ginac/constant.cpp
ginac/constant.h
ginac/ex.h
ginac/matrix.cpp
ginac/matrix.h