X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Fnumeric_archive.cpp;h=adf23f4c475606544fc8b554e4df420ecdc5dfbc;hp=8f69a7b7567557cec81869e094c02f4f15c58bfa;hb=8cce492692eb74d636a50f420fd79877e5d4981a;hpb=5e9875d5f67a68d2cb680454ff4de480bad1b6f1 diff --git a/check/numeric_archive.cpp b/check/numeric_archive.cpp index 8f69a7b7..adf23f4c 100644 --- a/check/numeric_archive.cpp +++ b/check/numeric_archive.cpp @@ -1,19 +1,39 @@ -/** - * @file numeric_archive.cpp Check for a bug in numeric::archive +/** @file numeric_archive.cpp * - * numeric::archive used to fail if the real part of a complex number - * is a rational number and the imaginary part is a floating point one. + * Check for a bug in numeric::archive + * + * numeric::archive used to fail if the real part of a complex number + * is a rational number and the imaginary part is a floating point one. */ + +/* + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ + +#include "ginac.h" +using namespace GiNaC; + +#include #include #include -#include -#include #include -#include #include -#include "ginac.h" +#include +#include using namespace cln; -using namespace GiNaC; struct archive_unarchive_check {