diff options
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -38,7 +38,8 @@ int main(int argc, char **argv) arguments.get_spread(), arguments.get_threshold(), arguments.get_time(), - arguments.get_outcsv()); + arguments.get_outcsv(), + arguments.get_device_args()); top_block.run(); return 0; //actually, we never get here because of the rude way in which we end the scan } |