mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-01 04:34:56 +01:00
This reverts commit f5745fcf18.
This commit is contained in:
@@ -2,11 +2,6 @@
|
||||
// Copyright (C) 2021 Contributors to the SLS Detector Package
|
||||
#pragma once
|
||||
#include <cstdint>
|
||||
|
||||
namespace sls {
|
||||
|
||||
enum class func_id { read_data, read_int, read_half_data, combined };
|
||||
constexpr size_t MB = 1048576;
|
||||
constexpr size_t DATA_SIZE = 50 * MB;
|
||||
|
||||
} // namespace sls
|
||||
constexpr size_t DATA_SIZE = 50 * MB;
|
||||
Reference in New Issue
Block a user