r2088: *** empty log message ***
[ctsim.git] / libctsim / phantom.cpp
index 4d2cc28fbbc03896eaed2f6bfbcb72e331640dc8..8d02d1115865e206c90e49e28f58f4ab8d518b33 100644 (file)
@@ -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);