COIN-OR::LEMON - Graph Library

Changeset 502:1b41ebb5fee5 in lemon-0.x for src/work/marci


Ignore:
Timestamp:
04/30/04 21:02:40 (20 years ago)
Author:
marci
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@662
Message:

static const bool BipartiteGraphWrapper?<Graph>::S_CLASS, T_CLASS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/work/marci/bipartite_graph_wrapper.h

    r501 r502  
    4141    //marci
    4242    //FIXME vhogy igy kellene, csak az en forditom nem eszi meg
    43     static const bool S_CLASS=false;
    44     static const bool T_CLASS=true;
     43    static const bool S_CLASS;
     44    static const bool T_CLASS;
    4545   
    4646    //bool S_CLASS;
     
    184184    }
    185185  };
     186
     187
     188  template<typename G>
     189  const bool BipartiteGraphWrapper<G>::S_CLASS=false;
     190  template<typename G>
     191  const bool BipartiteGraphWrapper<G>::T_CLASS=true;
     192
     193
     194
     195
     196
     197
     198
     199
     200
     201
     202
    186203
    187204  ///\bug Do not use this while the bipartitemap augmentation
     
    299316//    template <typename T> friend class EdgeMap;
    300317
     318    ///\todo FIXME ezt majd static-ra kell javitani
    301319    const Node S_NODE;
    302320    const Node T_NODE;
Note: See TracChangeset for help on using the changeset viewer.