This commit is contained in:
2020-06-22 15:02:28 +02:00
parent 801f2c4559
commit 9d3bbc0a68
6 changed files with 30 additions and 34 deletions

View File

@ -1855,8 +1855,7 @@ void Module::setPattern(const std::string &fname) {
}
}
input_file.close();
std::cout << "sizeof pat:" << sizeof(pat) << std::endl;
sendToDetector<uint64_t>(F_SET_PATTERN, pat);
sendToDetector(F_SET_PATTERN, pat, nullptr);
}
uint64_t Module::getPatternIOControl() {