Skip to content

Commit

Permalink
Update Controller.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Elias Ruemmler committed May 24, 2020
1 parent f7c08b3 commit 76d1784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FlowCalc/Controller.cs
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ public void GeneratePdfReport(string path, double poolVolume, double filterDiame
var t1 = new XUnit(10, XGraphicsUnit.Millimeter);
var t2 = new XUnit(13, XGraphicsUnit.Millimeter);
var t3 = new XUnit(20, XGraphicsUnit.Millimeter);
var t10 = new XUnit(84, XGraphicsUnit.Millimeter);
var t10 = new XUnit(72, XGraphicsUnit.Millimeter);
var t16 = new XUnit(140, XGraphicsUnit.Millimeter);

int yLineH3 = 7;
Expand Down

0 comments on commit 76d1784

Please sign in to comment.