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 }
|