X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Fexam_clifford.cpp;h=5b646bf51df4fdd3009cb6774a2dc57781e80a06;hp=68393673f78d4672432ee82d499e5cb6b05204ee;hb=d6ab150eb3016ddb416f0533606ae3a393003e9e;hpb=37d324b137fcb61384203b711e91d8919535f237 diff --git a/check/exam_clifford.cpp b/check/exam_clifford.cpp index 68393673..5b646bf5 100644 --- a/check/exam_clifford.cpp +++ b/check/exam_clifford.cpp @@ -3,7 +3,7 @@ * Here we test GiNaC's Clifford algebra objects. */ /* - * GiNaC Copyright (C) 1999-2008 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2010 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; + const numeric half(1, 2); static unsigned check_equal(const ex &e1, const ex &e2)