From dae624bad66519f05fd97d6cea31b06a1f158a73 Mon Sep 17 00:00:00 2001 From: DamonHD Date: Tue, 26 Sep 2023 11:48:23 +0100 Subject: [PATCH] tidyup --- .../org/hd/d/TRVmodel/hg/HGTRVHPMModel.java | 21 ------------------- 1 file changed, 21 deletions(-) diff --git a/javasrc/org/hd/d/TRVmodel/hg/HGTRVHPMModel.java b/javasrc/org/hd/d/TRVmodel/hg/HGTRVHPMModel.java index a2d079f..5d40446 100644 --- a/javasrc/org/hd/d/TRVmodel/hg/HGTRVHPMModel.java +++ b/javasrc/org/hd/d/TRVmodel/hg/HGTRVHPMModel.java @@ -50,27 +50,6 @@ *

* For step 2 the B rooms are lowered to the setback temperature (18°C). * The mean home temperature is verified to be 19.5°C as stated, with testTMeanWhenSetback(). - *

- * ... - *

- * (The Let's say those rooms with a setback temperature of 18°C only drop to 19°C. - * seems spurious: the room is either at 18°C or it is not.) - *

- * ... - *

- * (Not clear why only one door is allowed for in each pair of walls: - * having one door per wall would increase the effect being described here, - * and is not consistent with the other text.) - *

- * ... - *

- * TO DO - alternatives to test in parameterised version of model: - *

*/ public final class HGTRVHPMModel {