bindings/python/chain.h
author Dmitriy Morozov <dmitriy@mrzv.org>
Sun, 24 Nov 2019 13:35:45 -0800
changeset 298 02e680f6d987
parent 232 edbbf84fde9e
permissions -rw-r--r--
Add .build.yml

#include <topology/chain.h>
#include "static-persistence.h"
#include "dynamic-persistence.h"

namespace dionysus { 
namespace python   {

typedef     SPersistence::Chain                     VSPChain;
typedef     DPersistenceChains::Chain               VDPChain;

} }     // namespace dionysus::python