diff --git a/SubgraphIsomorphism/triangle/code/matlab/trianglecount.m b/SubgraphIsomorphism/triangle/code/matlab/trianglecount.m index dbe84df..ad890ed 100644 --- a/SubgraphIsomorphism/triangle/code/matlab/trianglecount.m +++ b/SubgraphIsomorphism/triangle/code/matlab/trianglecount.m @@ -31,9 +31,9 @@ t0 = clock; B = sparse(a(:,1), a(:,2), a(:,3)); t_create_inc = etime(clock, t0); - fprintf('adjacency matrix create time : %f seconds \n', t_create_inc); + fprintf('incidence matrix create time : %f seconds \n', t_create_inc); else - error('Unable to read adjacency matrix'); + error('Unable to read incidence matrix'); end % count triangles