Skip to content

Commit 913a8a6

Browse files
committed
Document Cowell force-model example usage
1 parent f7998f0 commit 913a8a6

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,14 @@ cmake --build --preset macos-debug -j
253253
./build/macos-debug/ode_two_body_uncertainty_example
254254
```
255255

256+
Cowell force-model example (modular perturbation stack: gravity + J2 + drag + SRP + relativity + tidal):
257+
258+
```bash
259+
cmake --preset macos-debug -DODE_FETCH_DEPS=ON
260+
cmake --build --preset macos-debug -j
261+
./build/macos-debug/ode_cowell_force_model_example
262+
```
263+
256264
## Profiling
257265

258266
```bash

0 commit comments

Comments
 (0)