]> www.ginac.de Git - ginac.git/blobdiff - check/exam_lsolve.cpp
Prettified source code.
[ginac.git] / check / exam_lsolve.cpp
index 67aae4e813c94c81d7ffa3747b895a9262f63339..2c1c063e2b9a0f517a93ab56f0a5208f27108291 100644 (file)
@@ -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-2009 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.