X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=libctsim%2Fphantom.cpp;fp=libctsim%2Fphantom.cpp;h=8d02d1115865e206c90e49e28f58f4ab8d518b33;hb=c0f892798de8f89715266150f7d8e413f2cf29fe;hp=4d2cc28fbbc03896eaed2f6bfbcb72e331640dc8;hpb=d42cf8bec8dd2d6ad23006fba288bfa6fa4d2d1f;p=ctsim.git diff --git a/libctsim/phantom.cpp b/libctsim/phantom.cpp index 4d2cc28..8d02d11 100644 --- a/libctsim/phantom.cpp +++ b/libctsim/phantom.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: phantom.cpp,v 1.31 2001/03/24 05:28:28 kevin Exp $ +** $Id: phantom.cpp,v 1.32 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 @@ -217,7 +217,7 @@ Phantom::createFromFile (const char* const fname) bool Phantom::fileWrite (const char* const fname) { - fstream file (fname, ios::out); + fstream file (fname, std::ios::out); if (! file.fail()) printDefinitions (file);