ChimeraTK-DeviceAccess  03.18.00
dataConsistencyGroup.cpp
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Deutsches Elektronen-Synchrotron DESY, MSK, ChimeraTK Project <chimeratk-support@desy.de>
2 // SPDX-License-Identifier: LGPL-3.0-or-later
3 
4 #include <ChimeraTK/DataConsistencyGroup.h>
5 #include <ChimeraTK/Device.h>
6 
7 #include <iostream>
8 
9 int main() {
10  return 0;
11 }
main
int main()
Definition: dataConsistencyGroup.cpp:9