mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 21:37:13 +02:00
adding config for tests
This commit is contained in:
@ -36,9 +36,10 @@ std::ostream &operator<<(std::ostream &out, const ROI &r) {
|
||||
|
||||
int main() {
|
||||
|
||||
int ret[]{0,0,0};
|
||||
for (auto i: ret)
|
||||
std::cout << i << "\n";
|
||||
std::cout << "nullptr: " << sizeof(nullptr) << "\n";
|
||||
// int ret[]{0,0,0};
|
||||
// for (auto i: ret)
|
||||
// std::cout << i << "\n";
|
||||
// uint32_t imageSize = 101;
|
||||
// uint32_t packetSize = 100;
|
||||
// std::cout << "a: " << std::ceil((double)imageSize / (double)packetSize) <<'\n';
|
||||
|
Reference in New Issue
Block a user