misc
This commit is contained in:
parent
b88f767f08
commit
a169e7fe24
|
@ -103,5 +103,4 @@ proc new*(
|
||||||
firstIndex: firstIndex,
|
firstIndex: firstIndex,
|
||||||
lastIndex: lastIndex,
|
lastIndex: lastIndex,
|
||||||
numberOfIterations: numberOfIterations,
|
numberOfIterations: numberOfIterations,
|
||||||
step: divUp((lastIndex - firstIndex), numberOfIterations)
|
step: divUp((lastIndex - firstIndex), numberOfIterations))
|
||||||
)
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
import ./slots/builder
|
import ./slots/builder
|
||||||
|
import ./slots/sampler
|
||||||
|
|
||||||
export builder
|
export builder, sampler
|
||||||
|
|
Loading…
Reference in New Issue