X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=check%2Fexam_lsolve.cpp;h=5ebd67b6d050f4888ce2e6d8bb914d080b1fe13c;hb=a6af5fc29d24dbdd73fbb80bf4e0ec1e577a5eb1;hp=67aae4e813c94c81d7ffa3747b895a9262f63339;hpb=c3c748381bda4f81b68e50db2eed440c19f24b85;p=ginac.git diff --git a/check/exam_lsolve.cpp b/check/exam_lsolve.cpp index 67aae4e8..5ebd67b6 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-2020 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.