cmake/nsis/uninstall.ico
author |
Peter Kovacs <kpeter@inf.elte.hu> |
|
Fri, 13 Nov 2009 00:37:55 +0100 |
changeset 820 |
7ef7a5fbb85d |
permissions |
-rw-r--r-- |
Rename a private type in MCF classes (#180)
The new MCF algorithms define a private map type VectorMap,
which could be misleading, since there is an other VectorMap
defined in lemon/bits/vector_map.h. Thus the new type is
is renamed to StaticVectorMap.