X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Fexam_structure.cpp;h=84888810d1571d58a81a2e2f43483723e318e46b;hp=b433600d9b81a158d81a01045879fe196ae0483b;hb=6afbb9793e359cf388462c471ea256a6662b0cd4;hpb=c3c748381bda4f81b68e50db2eed440c19f24b85 diff --git a/check/exam_structure.cpp b/check/exam_structure.cpp index b433600d..84888810 100644 --- a/check/exam_structure.cpp +++ b/check/exam_structure.cpp @@ -3,7 +3,7 @@ * Small test for the structure<> template. */ /* - * GiNaC Copyright (C) 1999-2007 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 @@ -20,11 +20,11 @@ * 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; struct sprod_s { ex left, right;