Permalink
Browse files

Fixed todos

  • Loading branch information...
1 parent 297adbc commit 886c7bdd58e5aa6026bb58b808148ce9c6ac0acc David committed May 16, 2009
Showing with 0 additions and 4 deletions.
  1. +0 −2 clustercoeffs.m
  2. +0 −2 largest_component.m
View
@@ -17,8 +17,6 @@
% load_gaimc_graph('clique-10');
% cc = clustercoeffs(A) % they are all equal! as we expect in a clique
-% TODO Example
-
if ~exist('normalized','var') || isempty(normalized), normalized=true; end
if ~exist('weighted','var') || isempty(weighted), weighted=true; end
donorm=1; usew=1;
View
@@ -31,8 +31,6 @@
% History
% 2009-04-29: Initial coding
-% TODO: Write example
-
if ~exist('sym','var') || isempty(sym), sym=0; end
if sym

0 comments on commit 886c7bd

Please sign in to comment.