]> www.ginac.de Git - ginac.git/blobdiff - check/exam_indexed.cpp
Fix a typo in the GCD testcase.
[ginac.git] / check / exam_indexed.cpp
index b7c12ba2ad2a52d11ac4d613caf3343f83ff5d91..1fea97547b89f6aea1d86741b87a9ba1b1c3ad4d 100644 (file)
@@ -3,7 +3,7 @@
  *  Here we test manipulations on GiNaC's indexed objects. */
 
 /*
- *  GiNaC Copyright (C) 1999-2008 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2011 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 "ginac.h"
-using namespace std;
 using namespace GiNaC;
 
+#include <iostream>
+using namespace std;
+
 static unsigned check_equal(const ex &e1, const ex &e2)
 {
        ex e = e1 - e2;