X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=libctsupport%2Fplotfile.cpp;h=fb3759da0df91c125994dac94707667d742257c1;hp=a99bf1d80cf356cc3af8be2f05ed363838b2554e;hb=c0f892798de8f89715266150f7d8e413f2cf29fe;hpb=b361677a2f7d5b443641faec70b057f2a84dc77e diff --git a/libctsupport/plotfile.cpp b/libctsupport/plotfile.cpp index a99bf1d..fb3759d 100644 --- a/libctsupport/plotfile.cpp +++ b/libctsupport/plotfile.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: plotfile.cpp,v 1.13 2001/03/10 23:14:16 kevin Exp $ +** $Id: plotfile.cpp,v 1.14 2002/05/28 18:43:16 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -191,7 +191,7 @@ PlotFile::fileRead (const char* const filename) #ifdef MSVC fstream fs (m_strFilename.c_str(), std::ios::in); #else - fstream fs (m_strFilename.c_str(), std::ios::in | std::ios::nocreate); + fstream fs (m_strFilename.c_str(), std::ios::in); // | std::ios::nocreate); #endif if (fs.fail()) {