Changeset 11893 for trunk/FACT++/src/DataWriteRaw.cc
- Timestamp:
- 08/11/11 23:09:13 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/DataWriteRaw.cc
r11726 r11893 20 20 bool DataWriteRaw::Open(RUN_HEAD *h) 21 21 { 22 const string name = FormFileName( GetRunId(),"bin");22 const string name = FormFileName("bin"); 23 23 if (access(name.c_str(), F_OK)==0) 24 24 {
Note:
See TracChangeset
for help on using the changeset viewer.