]> www.ginac.de Git - ginac.git/blobdiff - check/check_matrices.cpp
Prettified source code.
[ginac.git] / check / check_matrices.cpp
index ecabc6f2c8ee6611258f00fc28dbb04dc49efe10..1df9d01aa5cdce22b4d2f48bd551dfd462bf447f 100644 (file)
@@ -5,7 +5,7 @@
  *  manipulations. */
 
 /*
- *  GiNaC Copyright (C) 1999-2008 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2009 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
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#include <iostream>
-#include <cstdlib> // rand(), RAND_MAX
 #include "ginac.h"
-using namespace std;
 using namespace GiNaC;
 
+#include <cstdlib> // for rand(), RAND_MAX
+#include <iostream>
+using namespace std;
+
 extern const ex 
 sparse_tree(const symbol & x, const symbol & y, const symbol & z,
            int level, bool trig = false, bool rational = true,