Skip to content

Commit ddac26f

Browse files
committed
Add comments
1 parent 5e394a7 commit ddac26f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/git/scripts/cocomo_81_basic

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ root="$(git rev-parse --show-toplevel)"
1717
# Define the path to a utility to compute the number of non-empty lines per file:
1818
nonempty_lines_per_file="${root}/tools/git/scripts/nonempty_lines_per_file"
1919

20-
#
20+
# Compute the cost model...
2121
"${nonempty_lines_per_file}" | awk '
2222
BEGIN {
2323
# Model coefficients:

tools/git/scripts/cocomo_81_intermediate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ root="$(git rev-parse --show-toplevel)"
1717
# Define the path to a utility to compute the number of non-empty lines per file:
1818
nonempty_lines_per_file="${root}/tools/git/scripts/nonempty_lines_per_file"
1919

20-
#
20+
# Compute the cost model...
2121
"${nonempty_lines_per_file}" | awk '
2222
BEGIN {
2323
# Model coefficients:

0 commit comments

Comments
 (0)