X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Fexam_lsolve.cpp;h=db702a9a2fce8545de2c8db151703709d7c01417;hp=67aae4e813c94c81d7ffa3747b895a9262f63339;hb=4be8b22ca5bfa6878bd746383c7e347e5687293b;hpb=c3c748381bda4f81b68e50db2eed440c19f24b85 diff --git a/check/exam_lsolve.cpp b/check/exam_lsolve.cpp index 67aae4e8..db702a9a 100644 --- a/check/exam_lsolve.cpp +++ b/check/exam_lsolve.cpp @@ -3,7 +3,7 @@ * These exams test solving small linear systems of symbolic equations. */ /* - * GiNaC Copyright (C) 1999-2007 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2016 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,12 @@ * 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; + static unsigned exam_lsolve1() { // A trivial example.