]> www.ginac.de Git - ginac.git/blobdiff - check/exam_matrices.cpp
Prettified source code.
[ginac.git] / check / exam_matrices.cpp
index 2e14f49482fbbfa836a052f61b038a626ff4e19a..fe927efba8fb1e5f2677d574c1870dedd0b8e3d3 100644 (file)
@@ -3,7 +3,7 @@
  *  Here we examine manipulations on GiNaC's symbolic matrices. */
 
 /*
- *  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 <stdexcept>
-#include <iostream>
 #include "ginac.h"
-using namespace std;
 using namespace GiNaC;
 
+#include <iostream>
+#include <stdexcept>
+using namespace std;
+
 static unsigned matrix_determinants()
 {
        unsigned result = 0;