Skip to content

Commit

Permalink
Merge branch 'topic/BMR' of github.com:markkurossi/mpc into topic/BMR
Browse files Browse the repository at this point in the history
  • Loading branch information
markkurossi committed Oct 2, 2022
2 parents 5325f70 + fa39a93 commit 996910e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion circuit/svg.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ func (ctx *svgCtx) tileAvgInputX(t *tile) {
t.avg -= (gateWidth) / 2
}

// Svg creates SVG output of the circuit.
// Svg creates an SVG output of the circuit.
func (c *Circuit) Svg(out io.Writer) {
c.AssignLevels()

Expand Down
3 changes: 2 additions & 1 deletion circuit/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ func (p part) String() string {
}
}

// NewTemplate parses the input data and returns a Template instance.
// NewTemplate parses the input string and returns the parsed
// Template.
func NewTemplate(input string) *Template {
t := &Template{
FloatCvt: func(v float64) float64 { return v },
Expand Down

0 comments on commit 996910e

Please sign in to comment.