src/work/alpar/gwrapper.h
changeset 921 818510fa3d99
parent 147 f3f1d7a4a8d3
child 986 e997802b855c
equal deleted inserted replaced
5:c3cc9768297c 6:8b7aee1c2959
     1 // -*-mode: c++; -*-
     1 // -*-mode: c++; -*-
     2 #ifndef GRAPH_WRAPPER_H
     2 #ifndef GRAPH_WRAPPER_H
     3 #define GRAPH_WRAPPER_H
     3 #define GRAPH_WRAPPER_H
     4 
     4 
     5 namespace hugo {
     5 namespace lemon {
     6 
     6 
     7 template<typename G>
     7 template<typename G>
     8 class TrivGraphWrapper
     8 class TrivGraphWrapper
     9 {
     9 {
    10   G *graph;
    10   G *graph;