mirror of
https://github.com/DanilaFe/abacus
synced 2026-01-09 00:45:19 +00:00
Load default implementation if one is not found.
This commit is contained in:
@@ -68,6 +68,7 @@ class Abacus(val configuration: Configuration) {
|
||||
pluginManager.reload()
|
||||
with(mutableContext) {
|
||||
numberImplementation = pluginManager.numberImplementationFor(configuration.numberImplementation)
|
||||
?: StandardPlugin.IMPLEMENTATION_NAIVE
|
||||
clearVariables()
|
||||
clearDefinitions()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user