]> www.ginac.de Git - ginac.git/blobdiff - tools/viewgar.cpp
pgcd(): detect relatively prime polynomials properly...
[ginac.git] / tools / viewgar.cpp
index dd169bddc6c5203ef464cf88d38047e732de625e..f4a8d3c4d5422b727b4c5d7a2926853ce98649f7 100644 (file)
@@ -3,7 +3,7 @@
  *  GiNaC archive file viewer. */
 
 /*
- *  GiNaC Copyright (C) 1999-2005 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 "ginac.h"
+using namespace GiNaC;
+
 #include <cstdlib>
-#include <iostream>
 #include <fstream>
+#include <iostream>
 #include <stdexcept>
-
-#include "ginac.h"
-
 using namespace std;
-using namespace GiNaC;
 
 int main(int argc, char **argv)
 {