NumericalPropagatorDefinitionAdd Method (PropagationStateCorrector) |
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public void Add(
PropagationStateCorrector corrector
)
Public Sub Add (
corrector As PropagationStateCorrector
)
public:
void Add(
PropagationStateCorrector^ corrector
)
member Add :
corrector : PropagationStateCorrector -> unit
Parameters
- corrector
- Type: AGI.Foundation.Propagators.AdvancedPropagationStateCorrector
The corrector to add to the propagation.
See Also