mirror of
https://github.com/nasa/trick.git
synced 2024-12-20 05:37:55 +00:00
Update SAIntegrator README.md. #1097
This commit is contained in:
parent
b190ade246
commit
b929c62d77
@ -77,8 +77,8 @@ Derived classes should override this method to load/prepare the integrator for t
|
|||||||
Derived classes should override this method to disseminate the values of the output state to their respective destinations. The default behavior is to do nothing.
|
Derived classes should override this method to disseminate the values of the output state to their respective destinations. The default behavior is to do nothing.
|
||||||
|
|
||||||
<a id=method-Integrator::integrate></a>
|
<a id=method-Integrator::integrate></a>
|
||||||
#### ```virtual void integrate()```
|
#### ```void integrate()```
|
||||||
Call ```load()```, ```step()```, and ```unload()``` in order.
|
Call ```load()```, ```step()```, and ```unload()``` in that order.
|
||||||
|
|
||||||
|
|
||||||
<a id=method-Integrator::undo_integrate></a>
|
<a id=method-Integrator::undo_integrate></a>
|
||||||
|
Loading…
Reference in New Issue
Block a user