mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
Fix missing link in the SAIntegrator Tutorial. #1097
This commit is contained in:
parent
7d9c0e00ff
commit
7f045f0d72
@ -341,6 +341,8 @@ typedef void (*Derivs2Func)( double t, double x[], double v[], double derivs[],
|
||||
|
||||
The sixth, and final argument is the user_data. In this case we're passing the ```msd```, i.e.,(```MassSpringDamper```) object.
|
||||
|
||||
#### [Running the MassSpringDamper Example](examples/MassSpringDamper/README.md).
|
||||
|
||||
## Not Just Integrating Over Time
|
||||
|
||||
This section demonstrates using SAIntegrator to evaluate a definite integral. using the program in [examples/DefiniteIntegral](examples/DefiniteIntegral/README.md).
|
||||
|
Loading…
Reference in New Issue
Block a user