r261: Use explicit std:: namespace
[ctsim.git] / libctsim / backprojectors.cpp
index 0d3cd804892ec01ed3b8e5299122fbfd9781b6de..4e82edd0c03858be6b3eb564e0edbfd403bec27e 100644 (file)
@@ -8,7 +8,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: backprojectors.cpp,v 1.18 2000/12/06 15:17:51 kevin Exp $
+**  $Id: backprojectors.cpp,v 1.19 2000/12/16 06:12:47 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
@@ -301,7 +301,7 @@ void Backproject::errorIndexOutsideDetector (int ix, int iy, double theta, doubl
 void Backproject::errorIndexOutsideDetector (int ix, int iy, double theta, double L, int iDetPos)
 {\r
 #if 1
-  ostringstream os;
+  std::ostringstream os;
   os << "ix=" << ix << ", iy=" << iy << ", theta=" << theta << ", L=" << L << ", detinc=" << detInc << "\n";
   os << "ndet=" << nDet << ", detInc=" << detInc << ", iDetCenter=" << iDetCenter << "\n";
   os << "xMin=" << xMin << ", xMax=" << xMax << ", xInc=" << xInc << "\n";