Skip to content

Commit

Permalink
Heading capitalisation consistency.
Browse files Browse the repository at this point in the history
  • Loading branch information
DamonHD committed Nov 14, 2023
1 parent b0f9456 commit d422f80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions javasrc/org/hd/d/TRVmodel/hg/ShowComputations.java
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ public static String generateHTMLMainSummaryTable(final boolean stiff) throws IO
<thead><tr>\
<th>Location (Weather Station)</th>\
<th>Archetype</th>\
<th>Home Heat Demand delta</th>\
<th>Home heat demand delta</th>\
<th>ABAB heat-pump demand delta</th>\
<th>AABB heat-pump demand delta</th>\
</tr></thead>
Expand Down Expand Up @@ -367,7 +367,7 @@ public static String generateLaTeXMainSummaryTable(final boolean stiff) throws I
result.append(""
+ "\\textbf{Location (Weather Station)} & "
+ "\\textbf{Archetype} & "
+ "\\textbf{Home Heat Demand delta} & "
+ "\\textbf{Home heat demand delta} & "
+ "\\textbf{ABAB heat-pump demand delta} & "
+ "\\textbf{AABB heat-pump demand delta}"
+ "\\\\\n"
Expand Down

0 comments on commit d422f80

Please sign in to comment.