X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=check%2Fexam_archive.cpp;h=cc5891cd7a8402abaa0df3b2dbf7a090bc74ce01;hb=1fa7d19af08892800dfdb0b700bc0a9362a3fae8;hp=bdf6995542427b2cc2f0eed1c779e4bc8d53f073;hpb=09988aee53a2bfef87fc887a434b4c78d6326c47;p=ginac.git diff --git a/check/exam_archive.cpp b/check/exam_archive.cpp index bdf69955..cc5891cd 100644 --- a/check/exam_archive.cpp +++ b/check/exam_archive.cpp @@ -3,7 +3,7 @@ * Here we test GiNaC's archiving system. */ /* - * 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,12 +20,13 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include -#include #include "ginac.h" -using namespace std; using namespace GiNaC; +#include +#include +using namespace std; + unsigned exam_archive() { unsigned result = 0;