Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make
ScheduleGraph::initialize
public (#7723)
follow-up to #7716 # Objective System access is only populated in `System::initialize`, so without calling `initialize` it's actually impossible to see most ambiguities. ## Solution - make `initialize` public. The method is idempotent, so calling it multiple times doesn't hurt
- Loading branch information