NumericalPropagatorDefinitionAdd Method (PropagationStateCorrector) | 
  
    Namespace: 
   AGI.Foundation.Propagators
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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