Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
sarabsethi committed Aug 17, 2016
1 parent 9f3ea8b commit bff6dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SS_LinkageClusterOps.m
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
colormap(BF_getcmap('redyellowgreen',10));

fprintf(['Linkage clustering reduced %i operations to %i groups using '...
'a distance threshold of %f \n'],...
'a distance threshold of %.2f \n'],...
kmed.k, length(cluster_Groupi),corr_dist_threshold);

opNames = {chosenOps.Name};
Expand Down

0 comments on commit bff6dda

Please sign in to comment.