mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-16 16:18:40 +01:00
New filename structure (#38)
* WIP * WIP * linking names * define for hdf5 * minor * addressed comments
This commit is contained in:
committed by
Dhanya Thattil
parent
6b7d9445aa
commit
1a9755ad0b
@@ -38,6 +38,10 @@ std::string File::GetCurrentFileName() {
|
||||
return currentFileName;
|
||||
}
|
||||
|
||||
void File::resetSubFileIndex(){
|
||||
subFileIndex = 0u;
|
||||
}
|
||||
|
||||
void File::PrintMembers(TLogLevel level) {
|
||||
FILE_LOG(level) << "\nGeneral Writer Variables:" << std::endl
|
||||
<< "Index: " << index << std::endl
|
||||
|
||||
Reference in New Issue
Block a user