tpbarron / vehicle_optimization

Vehicle simulator to test algorithms for traffic optimization.
1 stars 0 forks source link

Use std::shared_ptr for Intersection pointers in Road #21

Closed tpbarron closed 10 years ago

tpbarron commented 10 years ago

Need shared pointer so the pointer can be released when all roads are deallocated.

tpbarron commented 10 years ago

Got rid of intersection pointer