]> www.ginac.de Git - ginac.git/blobdiff - ginac/inifcns.cpp
- a little bit more consistent evaluation of zeta(x)
[ginac.git] / ginac / inifcns.cpp
index ecd35b688bbf10d3f3fe5403ab78fb8e7ed72d88..de48b858452b01c3e2bde8c857e8046de4c06fc0 100644 (file)
@@ -208,7 +208,7 @@ ex lsolve(ex const &eqns, ex const &symbols)
     } catch (runtime_error const & e) {
         // probably singular matrix (or other error)
         // return empty solution list
-        cerr << e.what() << endl;
+        // cerr << e.what() << endl;
         return lst();
     }
     
@@ -247,4 +247,9 @@ ex ncpower(ex const &basis, unsigned exponent)
     return ncmul(v,1);
 }
 
+/** 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_zeta = function_index_zeta;
+
 } // namespace GiNaC