From 6e06f4ca42de14f59883aad47111046d400f7b03 Mon Sep 17 00:00:00 2001 From: Pengfei Xu Date: Thu, 19 Dec 2024 22:23:44 -0500 Subject: [PATCH] fix the problems that can not be run again in windows spyder app --- src/__init__.py | 0 src/watertap_contrib/__init__.py | 0 src/watertap_contrib/rENRTL/examples/__init__.py | 0 src/watertap_contrib/rENRTL/examples/flowsheets/__init__.py | 0 .../rENRTL/examples/flowsheets/evaporator_with_enrtl/__init__.py | 0 .../rENRTL/examples/flowsheets/med_with_refined_enrtl/__init__.py | 0 .../rENRTL/examples/flowsheets/mvc_with_refined_enrtl/__init__.py | 0 7 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/__init__.py create mode 100644 src/watertap_contrib/__init__.py create mode 100644 src/watertap_contrib/rENRTL/examples/__init__.py create mode 100644 src/watertap_contrib/rENRTL/examples/flowsheets/__init__.py create mode 100644 src/watertap_contrib/rENRTL/examples/flowsheets/evaporator_with_enrtl/__init__.py create mode 100644 src/watertap_contrib/rENRTL/examples/flowsheets/med_with_refined_enrtl/__init__.py create mode 100644 src/watertap_contrib/rENRTL/examples/flowsheets/mvc_with_refined_enrtl/__init__.py diff --git a/src/__init__.py b/src/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/src/watertap_contrib/__init__.py b/src/watertap_contrib/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/src/watertap_contrib/rENRTL/examples/__init__.py b/src/watertap_contrib/rENRTL/examples/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/src/watertap_contrib/rENRTL/examples/flowsheets/__init__.py b/src/watertap_contrib/rENRTL/examples/flowsheets/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/src/watertap_contrib/rENRTL/examples/flowsheets/evaporator_with_enrtl/__init__.py b/src/watertap_contrib/rENRTL/examples/flowsheets/evaporator_with_enrtl/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/src/watertap_contrib/rENRTL/examples/flowsheets/med_with_refined_enrtl/__init__.py b/src/watertap_contrib/rENRTL/examples/flowsheets/med_with_refined_enrtl/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/src/watertap_contrib/rENRTL/examples/flowsheets/mvc_with_refined_enrtl/__init__.py b/src/watertap_contrib/rENRTL/examples/flowsheets/mvc_with_refined_enrtl/__init__.py new file mode 100644 index 0000000..e69de29