@open3cl/engine 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/3.4_pont_thermique.js +0 -16
- package/package.json +1 -1
package/3.4_pont_thermique.js
CHANGED
|
@@ -364,22 +364,6 @@ function tv_k(pt_di, di, de, du, pc_id, logement) {
|
|
|
364
364
|
'bool'
|
|
365
365
|
);
|
|
366
366
|
|
|
367
|
-
if (bug_for_bug_compat) {
|
|
368
|
-
// Certains logiciels n'utilisent le boolean presence_retour_isolation de la même manière
|
|
369
|
-
// 0 = oui pour certains, 1 = oui pour d'autres
|
|
370
|
-
const tvPontThermique = tv('pont_thermique', {
|
|
371
|
-
tv_pont_thermique_id: de.tv_pont_thermique_id
|
|
372
|
-
});
|
|
373
|
-
|
|
374
|
-
if (
|
|
375
|
-
tvPontThermique &&
|
|
376
|
-
parseInt(matcher.presence_retour_isolation) !==
|
|
377
|
-
parseInt(tvPontThermique.presence_retour_isolation)
|
|
378
|
-
) {
|
|
379
|
-
matcher.presence_retour_isolation = parseInt(tvPontThermique.presence_retour_isolation);
|
|
380
|
-
}
|
|
381
|
-
}
|
|
382
|
-
|
|
383
367
|
matcher.largeur_dormant = requestInput(mde, mdu, 'largeur_dormant', 'float');
|
|
384
368
|
}
|
|
385
369
|
}
|