]> www.ginac.de Git - ginac.git/blobdiff - ginac/inifcns.cpp
- As advertised: we are calling the Gamma function tgamma() now!
[ginac.git] / ginac / inifcns.cpp
index 3e74166d601ed46fdf451c229baea45d20e7a699..96f4c9a596869ab47886ed8eac5ab61dc693fd17 100644 (file)
@@ -301,7 +301,7 @@ ex ncpower(const ex &basis, unsigned exponent)
 
 /** Force inclusion of functions from initcns_gamma and inifcns_zeta
  *  for static lib (so ginsh will see them). */
-unsigned force_include_gamma = function_index_Gamma;
+unsigned force_include_tgamma = function_index_tgamma;
 unsigned force_include_zeta1 = function_index_zeta1;
 
 #ifndef NO_NAMESPACE_GINAC