Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 1 of Ticket #852, comment 56


Ignore:
Timestamp:
04/04/11 10:41:54 (13 years ago)
Author:
mkofler
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #852, comment 56

    initial v1  
    1 Thank you for the fix. The proposed default value change for the `InertiaUpdater` is problematic because `StartValue` and `EndValue` for the `ExponentialDiscreteDoubleValueModifier` must be greater than 0. I will change the default `Inertia` setting to one instead.
     1Thank you for the fix. The proposed default value change for the `InertiaUpdater` is problematic because `StartValue` and `EndValue` for the `ExponentialDiscreteDoubleValueModifier` must be greater than 0. Hard-wiring the `StartValue` of `InertiaUpdater` to `Inertia` is therefore probably not the best idea. I changed the default `Inertia` setting to 1 instead - that way the values are initially consistent (r5941).