X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Fexam_lsolve.cpp;h=7961049805d6900adb0ac816572673598b391852;hp=b7d276962e66763a07429705ef6663035549f5b5;hb=bee5f67dae5b409bc53ff71cb98f6630832540e7;hpb=7d870583a6bf21a2ffb7b6f051b702064623892e diff --git a/check/exam_lsolve.cpp b/check/exam_lsolve.cpp index b7d27696..79610498 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-2011 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.