#ifndef __PYTHON_STATIC_PERSISTENCE_H__ #define __PYTHON_STATIC_PERSISTENCE_H__ #include <topology/static-persistence.h> typedef StaticPersistence<> SPersistence; typedef SPersistence::OrderElement SPersistenceNode; #endif