X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Fexam_structure.cpp;h=062aca65d58b6d4e6da4c1ee7efd527a0e1240a4;hp=5d835748282d9d63d84b8f9cd197cb2c37e894b4;hb=244c5cb90b4650deebb237eaaadc02fb90ad7682;hpb=67467d256b44f5e08498ca81c946d9ffaa25d1e2 diff --git a/check/exam_structure.cpp b/check/exam_structure.cpp index 5d835748..062aca65 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-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 @@ -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;