]> www.ginac.de Git - ginac.git/blobdiff - check/time_vandermonde.cpp
Prettified source code.
[ginac.git] / check / time_vandermonde.cpp
index ce0b286d3d5746c2894dd5aa7ecabf57aa6070df..1411a21b78225468a16e3efa6e1b76b1112dac8b 100644 (file)
@@ -7,7 +7,7 @@
  */
 
 /*
  */
 
 /*
- *  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
  *
  *  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
  */
 
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#include <iostream>
-#include <vector>
 #include "ginac.h"
 #include "timer.h"
 #include "ginac.h"
 #include "timer.h"
-using namespace std;
 using namespace GiNaC;
 
 using namespace GiNaC;
 
+#include <iostream>
+#include <vector>
+using namespace std;
+
 static unsigned vandermonde_det(unsigned size)
 {
        unsigned result = 0;
 static unsigned vandermonde_det(unsigned size)
 {
        unsigned result = 0;