]> www.ginac.de Git - ginac.git/commitdiff
* lsolve(): Fix type of last argument (oops).
authorRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Thu, 3 Oct 2002 19:51:07 +0000 (19:51 +0000)
committerRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Thu, 3 Oct 2002 19:51:07 +0000 (19:51 +0000)
ginac/inifcns.h

index 86156398ee053e4e92fe15b992de96ddab66ddc7..58b5fa9f5ded1f891150520ae405d4c0b924ff4f 100644 (file)
@@ -132,7 +132,7 @@ DECLARE_FUNCTION_2P(binomial)
 /** Order term function (for truncated power series). */
 DECLARE_FUNCTION_1P(Order)
 
-ex lsolve(const ex &eqns, const ex &symbols, unsigned options = determinant_algo::automatic);
+ex lsolve(const ex &eqns, const ex &symbols, unsigned options = solve_algo::automatic);
 
 /** Check whether a function is the Order (O(n)) function. */
 inline bool is_order_function(const ex & e)