You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Segmentation fault do to graph being passed by object and there not being a copy constructor. Adding the '&' for the Graph parameter changes the passing of the parameter to pass by reference, thus avoiding the segmentation fault.
0 commit comments