Skip to content
Snippets Groups Projects
Commit eb753c94 authored by Anton Bagliy's avatar Anton Bagliy
Browse files

Merge branch 'RecountGrades2019'

parents 1adf8eb0 8cb2b27b
Branches
No related merge requests found
......@@ -138,7 +138,7 @@ namespace NunitReport
if (g.Value > 0)
{
double grade = g.Value;
grade *= 0.6;
grade *= 0.4;
System.Console.Out.WriteLine("submodule #" + g.Key.ToString() + " = " + grade.ToString());
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment