]> www.ginac.de Git - ginac.git/blobdiff - check/exam_color.cpp
configure: correctly set rpath for linking with CLN ...
[ginac.git] / check / exam_color.cpp
index 53c72c010b8a2940b1361efd7c01b941243e32ec..9dce8b6154eca0641c6a22ce5a6c38de886f0cfd 100644 (file)
@@ -3,7 +3,7 @@
  *  Here we test GiNaC's color objects (su(3) Lie algebra). */
 
 /*
- *  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;