Skip to content

Commit

Permalink
(cqfn#119) space
Browse files Browse the repository at this point in the history
  • Loading branch information
rexim committed Feb 20, 2018
1 parent 33d7953 commit 9f300b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/org/jpeek/metrics/LCC.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ SOFTWARE.
A simpliest Transitive Closure algorithms has O(V³) time complexity and involves a mutable V×V table (V is amount of vertices).
See https://www.geeksforgeeks.org/transitive-closure-of-a-graph/ for an example.
-->
<!-- <xsl:variable name="indirectly-related-pairs">
<!--<xsl:variable name="indirectly-related-pairs">
</xsl:variable>
<xsl:variable name="NIC" select="count($indirectly-related-pairs/pair)"/>
-->
Expand Down

0 comments on commit 9f300b2

Please sign in to comment.