HassoPlattnerInstituteHCI / dualpantoframework

DualPanto Framework
7 stars 0 forks source link

Fix crash after removing obstacles #318

Closed JuliusCosmoRomeo closed 4 years ago

JuliusCosmoRomeo commented 4 years ago

This fixes #316 Issues were

  1. not properly removing all edges
  2. not freeing storage reserved by vectors in cells. shrink_to_fit() frees this storage now.