]> www.ginac.de Git - cln.git/commit
benchmarks: time{catalan,euler,exp1,zeta3}.cc actually compile and work now.
authorAlexei Sheplyakov <varg@theor.jinr.ru>
Sun, 7 Sep 2008 14:39:54 +0000 (18:39 +0400)
committerAlexei Sheplyakov <varg@theor.jinr.ru>
Sun, 7 Sep 2008 14:39:54 +0000 (18:39 +0400)
commitbab7afc539d77e4f931936a591c8e57622ac85ec
tree91c0e7e124eee987583e42c60d3b69ae58860056
parent4eb4ac78595722b2a4af52290986ebbd0763e039
benchmarks: time{catalan,euler,exp1,zeta3}.cc actually compile and work now.

These benchmarks use internal CLN functions. Even worse -- they expect to
find these functions in the global namespace. Declare internal CLN functions
in the namespace cln.
tests/timecatalan.cc
tests/timeeuler.cc
tests/timeexp1.cc
tests/timezeta3.cc