Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

FILE* Impala::Util::TimePlot::DoOpenFile ( std::string  fileName  )  [inline, private]

Definition at line 173 of file TimePlot.h.

Referenced by SaveData().

00174     {
00175         FILE* fp = fopen(fileName.c_str(), "w") ;
00176         if (!fp)
00177         {
00178             std::cout << "TimePlot: Error opening file " << fileName << std::endl;
00179             return 0;
00180         }
00181         return fp;
00182     }


Generated on Thu Jan 13 09:24:23 2011 for ImpalaSrc by  doxygen 1.5.1