Permalink
Browse files

Unknown change looks like comment line wrap

  • Loading branch information...
1 parent 10c9839 commit 661e09f4f290c8e52429051f873a781b146c18e8 David committed May 16, 2009
Showing with 3 additions and 5 deletions.
  1. +3 −5 scomponents.m
View
@@ -7,10 +7,9 @@
% connected components. Otherwise, it output the strongly connected
% components.
%
-%
-%
-% The implement is from Tarjan's 1972 paper: Depth-first search and linear
-% graph algorithms. In SIAM's Journal of Computing, 1972, 1, pp.146-160.
+% The implementation is from Tarjan's 1972 paper: Depth-first search and
+% linear graph algorithms. In SIAM's Journal of Computing, 1972, 1,
+% pp.146-160.
%
% See also DMPERM
%
@@ -22,7 +21,6 @@
% CG = R'*A*R; % create the graph with each component
% % collapsed into a single node.
-
% David Gleich
% Copyright, Stanford University, 2008

0 comments on commit 661e09f

Please sign in to comment.