]> www.ginac.de Git - ginac.git/blobdiff - check/exam_lsolve.cpp
Happy New Year!
[ginac.git] / check / exam_lsolve.cpp
index b7d276962e66763a07429705ef6663035549f5b5..422f7be5a02fc757e3ff4fddcfa04edf917392f3 100644 (file)
@@ -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-2019 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
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#include <iostream>
 #include "ginac.h"
-using namespace std;
 using namespace GiNaC;
 
+#include <iostream>
+using namespace std;
+
 static unsigned exam_lsolve1()
 {
        // A trivial example.