mirror of
https://github.com/boostorg/graph.git
synced 2026-01-30 07:52:10 +00:00
Initial version
[SVN r27536]
This commit is contained in:
10
src/python/digraph.cpp
Normal file
10
src/python/digraph.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "digraph.hpp"
|
||||
#include "basic_graph.cpp"
|
||||
|
||||
namespace boost { namespace graph { namespace python {
|
||||
|
||||
void export_Digraph()
|
||||
{
|
||||
export_basic_graph<bidirectionalS>("Digraph");
|
||||
}
|
||||
} } } // end namespace boost::graph::python
|
||||
Reference in New Issue
Block a user