This commit is contained in:
2023-10-06 11:55:20 +02:00
parent 78cbe8e660
commit 2b93ef4565
4 changed files with 16 additions and 9 deletions

View File

@ -360,7 +360,7 @@ int main(int argc, char *argv[]) {
mt->setFrameMode(ePedestal);
ifstream pedefile(fname, ios::in | ios::binary);
std::ifstream pedefile(fname, ios::in | ios::binary);
// //open file
if (pedefile.is_open()) {
std::cout << "bbbb " << std::ctime(&end_time) << std::endl;