X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=tools%2Fviewgar.cpp;h=56420436e61cd5c74996b365466362aefcc130dd;hp=93ca604903a7d200eba156708bffe559200051f2;hb=634aa6e548145d865327188a7a3517fdd0ce1cb3;hpb=da64e515abf7243bc4c84ca3631470931c4e6691 diff --git a/tools/viewgar.cpp b/tools/viewgar.cpp index 93ca6049..56420436 100644 --- a/tools/viewgar.cpp +++ b/tools/viewgar.cpp @@ -3,7 +3,7 @@ * GiNaC archive file viewer. */ /* - * GiNaC Copyright (C) 1999-2005 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2018 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,15 +20,14 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#include "ginac.h" +using namespace GiNaC; + #include -#include #include +#include #include - -#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) {