]> www.ginac.de Git - ginac.git/blobdiff - check/time_toeplitz.cpp
Fix pow(+(...),2).expand().
[ginac.git] / check / time_toeplitz.cpp
index 813e5214fd741468156a2bfd2ee4da36d897c626..39509f5bd64216f0c489997229e5719eb28fb024 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 /*
- *  GiNaC Copyright (C) 1999-2008 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2015 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 <vector>
 #include "ginac.h"
 #include "timer.h"
-using namespace std;
 using namespace GiNaC;
 
+#include <iostream>
+#include <vector>
+using namespace std;
+
 static unsigned toeplitz_det(unsigned size)
 {
        unsigned result = 0;