Skip to content

Commit a3c75f5

Browse files
committed
typo in docstring of projected system
1 parent c280acc commit a3c75f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/derived_systems/projected_system.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ complete_state = [0.0, 0.0, 0.0] # completed state just in the plane of last two
3737
prods = ProjectedDynamicalSystem(ds, projection, complete_state)
3838
reinit!(prods, [0.2, 0.4])
3939
step!(prods)
40-
get_state(prods)
40+
current_state(prods)
4141
```
4242
Case 2: custom projection to general functions of state.
4343
```julia

0 commit comments

Comments
 (0)