Hallc soft:by the numbers

From HallCWiki
Revision as of 10:08, 10 April 2012 by Gabriel (talk | contribs) (New page: == Hall C Software "by the numbers" == All told the Hall C **engine** software totals: ^ File Type ^ Extension ^ # of files ^ Lines of code ^ | <html><font color=#0000FF> Fortran code</...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Hall C Software "by the numbers"

All told the Hall C **engine** software totals:

^ File Type ^ Extension ^ # of files ^ Lines of code ^ | <html> Fortran code</html> | .f |426 | 53017 | | common blocks | .cmn |78 | 10315 | | (also Fortran) | ||| | <html> C code </html> | .c | 29 | 13552 | | **C++ code ** | .cpp | 1 | 118 |

So in large numbers we're looking at 75k+ LOC, though a good chunk of these (15% maybe? yes, I know I can count them but that is not essential) will be comment lines.

Return to Hall C Software Documentation