X-Git-Url: https://ginac.de/ginac.git//ginac.git?a=blobdiff_plain;ds=sidebyside;f=check%2Fexam_color.cpp;h=4e5894c05caf00592a4faa244dd969b24d5a3f12;hb=67ce3e7263c01ffa9d6df8d31d4d5506776f3bf7;hp=53c72c010b8a2940b1361efd7c01b941243e32ec;hpb=7d870583a6bf21a2ffb7b6f051b702064623892e;p=ginac.git diff --git a/check/exam_color.cpp b/check/exam_color.cpp index 53c72c01..4e5894c0 100644 --- a/check/exam_color.cpp +++ b/check/exam_color.cpp @@ -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-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 @@ -20,11 +20,12 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include #include "ginac.h" -using namespace std; using namespace GiNaC; +#include +using namespace std; + static unsigned check_equal(const ex &e1, const ex &e2) { ex e = e1 - e2;