Skip to content

Commit

Permalink
Delete dead condition field in PlotOpt.
Browse files Browse the repository at this point in the history
  • Loading branch information
macklin-10x committed Apr 18, 2024
1 parent 88f7c2c commit b180fb0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion enclone_args/src/process_special_arg2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,6 @@ pub fn process_special_arg2(
if !condition.contains('=') {
return Err("\nArgument to PLOT is invalid.\n".to_string());
}
ctl.plot_opt.plot_conditions.push(condition);
ctl.plot_opt.plot_colors.push(color);
}
} else if arg.starts_with("PLOT_BY_ISOTYPE=") {
Expand Down
1 change: 0 additions & 1 deletion enclone_core/src/defs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,6 @@ pub struct PlotOpt {
pub plot_xy_x_log10: bool,
pub plot_xy_y_log10: bool,
pub plot_xy_sym: bool,
pub plot_conditions: Vec<String>,
pub plot_colors: Vec<String>,
pub plot_file: String,
pub plot_by_isotype: bool,
Expand Down

0 comments on commit b180fb0

Please sign in to comment.