Difference between revisions of "Hallc soft:by the numbers"

From HallCWiki
Jump to navigationJump to search
(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</...)
 
 
(7 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
All told the Hall C **engine** software totals:
 
All told the Hall C **engine** software totals:
  
^ File Type ^ Extension ^ # of files ^ Lines of code ^
+
{|border="1"
| <html><font color=#0000FF> Fortran code</font></html>  | .f |426       | 53017 |
+
| '''File Type'''
| common blocks | .cmn |78    | 10315 |
+
| '''Extension'''
| (also Fortran) | |||
+
| '''# of files'''
| <html><font color=#FF0000> C code </font></html>  | .c | 29 | 13552 |
+
| '''Lines of code'''
| **C++ code **     | .cpp | 1 | 118 |
+
|-
 +
| <font color=#0000FF> Fortran code</font>  
 +
|   .f
 +
| 426
 +
| 53017
 +
|-
 +
| common blocks  
 +
| .cmn  
 +
| 78     
 +
| 10315  
 +
|-
 +
| (also Fortran)  
 +
|-
 +
| <font color=#FF0000> C code </font>   
 +
| .c  
 +
| 29  
 +
| 13552  
 +
|-
 +
| <font color=#00FF00>C++ code <font color=#FF0000>      
 +
| .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 [[hallc_soft:hallc_soft_main|Hall C Software Documentation]]
+
So in large numbers we're looking at '''75k+ LOCs''', 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_soft_main#Hall_C_Software_Documentation|Hall C Software Documentation]]

Latest revision as of 11:42, 10 April 2012

Hall C Software "by the numbers"

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

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


So in large numbers we're looking at 75k+ LOCs, 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