X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=check%2Ftime_vandermonde.cpp;h=b13c7545ebe40a578bcbd19ac44c2fc1b3396452;hb=c48424be67d8c6b05b0e040acd49b3e904acf6f9;hp=1caaa407448097dec43930eb3240dcb41f0321c9;hpb=c3c748381bda4f81b68e50db2eed440c19f24b85;p=ginac.git diff --git a/check/time_vandermonde.cpp b/check/time_vandermonde.cpp index 1caaa407..b13c7545 100644 --- a/check/time_vandermonde.cpp +++ b/check/time_vandermonde.cpp @@ -7,7 +7,7 @@ */ /* - * GiNaC Copyright (C) 1999-2007 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 @@ -24,13 +24,14 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include -#include #include "ginac.h" #include "timer.h" -using namespace std; using namespace GiNaC; +#include +#include +using namespace std; + static unsigned vandermonde_det(unsigned size) { unsigned result = 0;