Skip to content

Commit

Permalink
change default params order
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviergodart committed Dec 24, 2024
1 parent ce98d51 commit 7873abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/param/param.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ func DefaultEmitterParams(grid *field.Grid, nodes []common.Node) []Param {
},
Velocity{nodes: nodes},
Length{nodes: nodes},
Probability{nodes: nodes},
Channel{nodes: nodes},
Device{nodes: nodes},
Probability{nodes: nodes},
}
}

Expand Down

0 comments on commit 7873abd

Please sign in to comment.