@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.
@@ -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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open3cl/engine",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Open Source 3CL-DPE engine",
5
5
  "main": "index.js",
6
6
  "directories": {