File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -945,7 +945,7 @@ void addLbArgs(CLI::App& app, AppConfig& appConfig) {
945945 auto yy = app.add_flag (" --vt_lb_statistics_compress" , appConfig.vt_lb_statistics_compress , lb_statistics_comp);
946946 auto yz = app.add_option (" --vt_lb_statistics_file" , appConfig.vt_lb_statistics_file , lb_statistics_file)->capture_default_str ();
947947 auto zz = app.add_option (" --vt_lb_statistics_dir" , appConfig.vt_lb_statistics_dir , lb_statistics_dir)->capture_default_str ();
948- auto zy = app.add_option (" --vt_lb_statistics_freq" , appConfig.vt_lb_statistics_freq , lb_statistics_freq);
948+ auto zy = app.add_option (" --vt_lb_statistics_freq" , appConfig.vt_lb_statistics_freq , lb_statistics_freq);
949949 auto lbasm = app.add_flag (" --vt_lb_self_migration" , appConfig.vt_lb_self_migration , lb_self_migration);
950950 auto lbspec = app.add_flag (" --vt_lb_spec" , appConfig.vt_lb_spec , lb_spec);
951951 auto lbspecfile = app.add_option (" --vt_lb_spec_file" , appConfig.vt_lb_spec_file , lb_spec_file)->capture_default_str ()->check (CLI::ExistingFile);
You can’t perform that action at this time.
0 commit comments