]> www.ginac.de Git - ginac.git/blobdiff - check/checks.h
- Same shit as Christian did yesterday in ginac/.
[ginac.git] / check / checks.h
index 5827f2233b07545876fe1fe7d32da11e9d2a53b4..e585eab15238ef35695afe6ab08bc72b15761399 100644 (file)
@@ -37,8 +37,8 @@ using namespace GiNaC;
 const ex dense_univariate_poly(const symbol & x, unsigned degree);
 const ex dense_bivariate_poly(const symbol & x1, const symbol & x2, unsigned degree);
 const ex sparse_tree(const symbol & x, const symbol & y, const symbol & z,
-                     int level,
-                     bool trig = false, bool rational = true, bool complex = false);
+                                        int level,
+                                        bool trig = false, bool rational = true, bool complex = false);
 
 // prototypes for all individual checks should be unsigned fcn():
 unsigned check_numeric();