This commit is contained in:
Dmitriy Ryajov 2024-01-15 21:47:50 -06:00
parent b88f767f08
commit a169e7fe24
No known key found for this signature in database
GPG Key ID: DA8C680CE7C657A4
2 changed files with 3 additions and 3 deletions

View File

@ -103,5 +103,4 @@ proc new*(
firstIndex: firstIndex,
lastIndex: lastIndex,
numberOfIterations: numberOfIterations,
step: divUp((lastIndex - firstIndex), numberOfIterations)
)
step: divUp((lastIndex - firstIndex), numberOfIterations))

View File

@ -1,3 +1,4 @@
import ./slots/builder
import ./slots/sampler
export builder
export builder, sampler