Skip to content

Commit 4d85f22

Browse files
authored
Update src/graph_solve.jl
1 parent 9e74677 commit 4d85f22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/graph_solve.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Computes derivatives for all subsystems in the graph, handling:
1515
- `params_partitioned`: Parameters grouped by subsystem type
1616
- `connection_matrices`: Connection structure
1717
- `scheduler`: Parallelization scheduler
18-
- `partition_plan`: State vector partitioning info
18+
- `partition_plan`: Information for how to partition u and du into vectors of SubsystemStates grouped by subsystem type
1919
- `t`: Current time
2020
2121
# Flow Diagram

0 commit comments

Comments
 (0)