mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-06-17 09:47:12 +02:00
compiler generated constructors and reduced warnings
This commit is contained in:
@ -12,7 +12,7 @@ NumpyFile::NumpyFile(const std::filesystem::path &fname) {
|
||||
}
|
||||
load_metadata();
|
||||
}
|
||||
NumpyFile::NumpyFile(FileConfig config, header_t header) {
|
||||
NumpyFile::NumpyFile(FileConfig config, NumpyHeader header) {
|
||||
mode = "w";
|
||||
m_fname = config.fname;
|
||||
m_bitdepth = config.dtype.bitdepth();
|
||||
|
Reference in New Issue
Block a user