]> www.ginac.de Git - ginac.git/blobdiff - tools/viewgar.cpp
Changed naming convention for the library. Now, it is only libginac.so
[ginac.git] / tools / viewgar.cpp
index 5e409d90a67ba68a1073e84bcc0bf668186e4387..364afda25b2692b4c814936e547cb96a85c4cdcf 100644 (file)
@@ -3,7 +3,7 @@
  *  GiNaC archive file viewer. */
 
 /*
- *  GiNaC Copyright (C) 1999-2002 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
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program; if not, write to the Free Software
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *  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)
 {
@@ -46,7 +45,7 @@ int main(int argc, char **argv)
                                dump_mode = true;
                                --argc; ++argv;
                        }
-                       std::ifstream f(*argv);
+                       std::ifstream f(*argv, std::ios_base::binary);
                        archive ar;
                        f >> ar;
                        if (dump_mode) {