mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-16 15:48:41 +01:00
wip
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
|
||||
#include <iostream>
|
||||
|
||||
File::File(int index, slsDetectorDefs::fileFormat type)
|
||||
: index_(index), type_(type) {}
|
||||
File::File(slsDetectorDefs::fileFormat type) : type_(type) {}
|
||||
|
||||
File::~File() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user