]> www.ginac.de Git - ginac.git/blobdiff - ginac/inifcns.cpp
fixed comments
[ginac.git] / ginac / inifcns.cpp
index e57c9dfb0df912dc75ef22e6b569f59cb7459bcc..1fcba692b5796a46f64992f4871e62e222f9be84 100644 (file)
@@ -507,8 +507,8 @@ ex lsolve(const ex &eqns, const ex &symbols)
        return sollist;
 }
 
-/** Force inclusion of functions from initcns_gamma and inifcns_zeta
- *  for static lib (so ginsh will see them). */
+/* Force inclusion of functions from inifcns_gamma and inifcns_zeta
+ * for static lib (so ginsh will see them). */
 unsigned force_include_tgamma = function_index_tgamma;
 unsigned force_include_zeta1 = function_index_zeta1;