Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
git-svn-id: https://slps.svn.sourceforge.net/svnroot/slps@376 ab42f6e0-554d-0410-b580-99e487e6eeb2
  • Loading branch information
grammarware committed Oct 27, 2008
1 parent c86192d commit a0096b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion topics/presentation/metrics/xbgf_overview.py
Expand Up @@ -89,14 +89,14 @@ def report(keys,key,note):
print '&\\textbf{'+x+'}',
print '&\\textbf{Total}\\\\\\hline'
report(sorted,'LOC','\\numberOfLines')
report(sorted,'NOX','\\numberOfTransformations')
print '\\numberOfSteps',
cx = 0
for x in sorted:
cx += len(targets[x])
print '&',len(targets[x]),
print '&'+`cx`+'\\\\'
report(sorted,'NOI','\\numberOfIssues')
report(sorted,'NOX','\\numberOfTransformations')
print '\\hline'
print '\\end{tabular}'
sys.exit(0)
Expand Down

0 comments on commit a0096b0

Please sign in to comment.