Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-donarise committed Nov 11, 2023
1 parent 4c4f09a commit d7a0f8d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions plot/cube/cube.view.tree
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ $mpds_visavis_plot_cube $mol_view
hint \Continuous solid solutions and complete insolubility systems
title \Show non-formers
checked? <=> nonformers_checked? false
<= Diffrence_on $mol_check_box
title \Show diffrence
checked? <=> diffrence_checked? false
<= Difference_on $mol_check_box
title \Show difference
checked? <=> difference_checked? false
<= X_order $mol_labeler
title \X sort by
Content <= X_order_select $mol_select
Expand Down
2 changes: 1 addition & 1 deletion plot/cube/cube.view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ namespace $.$$ {
setup() {
return [
... this.show_fixel() ? [ this.Fixel() ] : [],
this.multi_jsons() ? this.Diffrence_on() : this.Nonformers(),
this.multi_jsons() ? this.Difference_on() : this.Nonformers(),
... this.show_setup() ? [ this.X_order(), this.Y_order(), this.Z_order() ] : [],
]
}
Expand Down
6 changes: 3 additions & 3 deletions plot/matrix/matrix.view.tree
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ $mpds_visavis_plot_matrix $mol_view
hint \Continuous solid solutions and complete insolubility systems
title \Show non-formers
checked? <=> nonformers_checked? false
<= Diffrence_on $mol_check_box
title \Show diffrence
checked? <=> diffrence_checked? false
<= Difference_on $mol_check_box
title \Show difference
checked? <=> difference_checked? false
<= Order $mol_labeler
title \Sort by
Content <= Order_switch $mol_switch
Expand Down
2 changes: 1 addition & 1 deletion plot/matrix/matrix.view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ namespace $.$$ {
setup() {
return [
... this.json().payload.fixel ? [ this.Fixel() ] : [],
this.multi_jsons() ? this.Diffrence_on() : this.Nonformers(),
this.multi_jsons() ? this.Difference_on() : this.Nonformers(),
... this.show_setup() ? [ this.Order() ] : [],
]
}
Expand Down

0 comments on commit d7a0f8d

Please sign in to comment.