From 1e5dec80178990e10b3f869ab55786bb01065490 Mon Sep 17 00:00:00 2001 From: Marko Mecina <marko.mecina@univie.ac.at> Date: Thu, 27 Jul 2023 18:47:19 +0200 Subject: [PATCH] update and move SXI thermal model & control --- Ccs/{ => tools/simulators}/thermal_control.py | 0 Ccs/{ => tools/simulators}/thermal_model.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename Ccs/{ => tools/simulators}/thermal_control.py (100%) rename Ccs/{ => tools/simulators}/thermal_model.py (100%) diff --git a/Ccs/thermal_control.py b/Ccs/tools/simulators/thermal_control.py similarity index 100% rename from Ccs/thermal_control.py rename to Ccs/tools/simulators/thermal_control.py diff --git a/Ccs/thermal_model.py b/Ccs/tools/simulators/thermal_model.py similarity index 100% rename from Ccs/thermal_model.py rename to Ccs/tools/simulators/thermal_model.py -- GitLab