mirror of
https://github.com/DanilaFe/abacus
synced 2024-11-16 23:53:09 -08:00
Load default implementation if one is not found.
This commit is contained in:
parent
c9e93d87a2
commit
540e5d6099
|
@ -68,6 +68,7 @@ class Abacus(val configuration: Configuration) {
|
|||
pluginManager.reload()
|
||||
with(mutableContext) {
|
||||
numberImplementation = pluginManager.numberImplementationFor(configuration.numberImplementation)
|
||||
?: StandardPlugin.IMPLEMENTATION_NAIVE
|
||||
clearVariables()
|
||||
clearDefinitions()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user