]> www.ginac.de Git - ginac.git/blobdiff - check/checks.h
Fix typos.
[ginac.git] / check / checks.h
index 5827f2233b07545876fe1fe7d32da11e9d2a53b4..b5a6adf8a655a6794e4b8dda7a4c772d2733f6e6 100644 (file)
@@ -3,7 +3,7 @@
  *  Prototypes for all individual checks. */
 
 /*
- *  GiNaC Copyright (C) 1999-2000 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2001 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -35,7 +35,8 @@ using namespace GiNaC;
 
 // prototypes for the expression generating functions in:
 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 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);