# HG changeset patch # User deba # Date 1176995223 0 # Node ID 77ed2b97abbd4da56e2ec16113c77a5aa070bc15 # Parent 160ebfb944a904de49bb1f6ef1d34b0aa7b2d441 Doc fix diff -r 160ebfb944a9 -r 77ed2b97abbd lemon/graph_adaptor.h --- a/lemon/graph_adaptor.h Wed Apr 18 16:35:04 2007 +0000 +++ b/lemon/graph_adaptor.h Thu Apr 19 15:07:03 2007 +0000 @@ -805,7 +805,7 @@ ///This adaptor specializes SubGraphAdaptor in the way that only ///the node-set ///can be filtered. In usual case the checked parameter is true, we get the - ///induced subgraph. But if the checked parameter is false then we can only + ///induced subgraph. But if the checked parameter is false then we can ///filter only isolated nodes. ///\author Marton Makai template diff -r 160ebfb944a9 -r 77ed2b97abbd lemon/ugraph_adaptor.h --- a/lemon/ugraph_adaptor.h Wed Apr 18 16:35:04 2007 +0000 +++ b/lemon/ugraph_adaptor.h Thu Apr 19 15:07:03 2007 +0000 @@ -790,12 +790,11 @@ /// /// \brief An adaptor for hiding nodes from an undirected graph. /// - /// An adaptor for hiding nodes from an undirected graph. - /// This adaptor specializes SubUGraphAdaptor in the way that only - /// the node-set - /// can be filtered. In usual case the checked parameter is true, we get the - /// induced subgraph. But if the checked parameter is false then we can only - /// filter only isolated nodes. + /// An adaptor for hiding nodes from an undirected graph. This + /// adaptor specializes SubUGraphAdaptor in the way that only the + /// node-set can be filtered. In usual case the checked parameter is + /// true, we get the induced subgraph. But if the checked parameter + /// is false then we can filter only isolated nodes. template class NodeSubUGraphAdaptor : public SubUGraphAdaptor<_UGraph, NodeFilterMap,