src/work/alpar/gwrapper.h
changeset 142 01d47457aff3
parent 103 063de9e1be98
child 145 07c32a103bbb
equal deleted inserted replaced
2:e0399a6ee19a 3:4f9c7bc0a288
     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 marci {
     5 namespace hugo {
     6 
     6 
     7 template<typename G>
     7 template<typename G>
     8 class TrivGraphWrapper
     8 class TrivGraphWrapper
     9 {
     9 {
    10   G *graph;
    10   G *graph;