X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Fexam_lsolve.cpp;h=10d6c82049bc7206923eaa88de0660cfd701be9f;hp=b7d276962e66763a07429705ef6663035549f5b5;hb=406f9f2022af2bcc55eea6dac7a5c5a500046f29;hpb=67467d256b44f5e08498ca81c946d9ffaa25d1e2 diff --git a/check/exam_lsolve.cpp b/check/exam_lsolve.cpp index b7d27696..10d6c820 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-2008 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 @@ -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.