mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-19 00:07:13 +02:00
Command proxy (#25)
* added cmd proxy * minor * minor * WIP * clean up * added comment
This commit is contained in:

committed by
Dhanya Thattil

parent
85d4dfc7c8
commit
788ad8d3b6
@ -26,8 +26,5 @@ int main(int argc, char *argv[]) {
|
||||
#ifdef HELP
|
||||
int action = slsDetectorDefs::HELP_ACTION;
|
||||
#endif
|
||||
|
||||
// if (argc > 1)
|
||||
// argv++;
|
||||
multiSlsDetectorClient(argc, argv, action);
|
||||
}
|
||||
|
Reference in New Issue
Block a user