Skip to content

Commit

Permalink
Add comment to ext_make3dgrains.go
Browse files Browse the repository at this point in the history
  • Loading branch information
barnex authored Sep 25, 2017
1 parent 6aa3673 commit 371a606
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion engine/ext_make3dgrains.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// 3D Voronoi tessellation. Contributed by Peyton Murray.

package engine

import (
Expand Down Expand Up @@ -150,4 +152,4 @@ func (t *tesselation3d) truncNorm(lambda float64) int {
return int(ret + 0.5)
}

}
}

0 comments on commit 371a606

Please sign in to comment.