toughanimator 0.1.6__py3-none-any.whl → 0.1.7__py3-none-any.whl
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.
- toughanimator/tough_classes.py +2 -0
- {toughanimator-0.1.6.dist-info → toughanimator-0.1.7.dist-info}/METADATA +1 -1
- toughanimator-0.1.7.dist-info/RECORD +7 -0
- toughanimator-0.1.6.dist-info/RECORD +0 -7
- {toughanimator-0.1.6.dist-info → toughanimator-0.1.7.dist-info}/WHEEL +0 -0
- {toughanimator-0.1.6.dist-info → toughanimator-0.1.7.dist-info}/top_level.txt +0 -0
toughanimator/tough_classes.py
CHANGED
|
@@ -799,6 +799,8 @@ class vis_reader:
|
|
|
799
799
|
p_name = "P"
|
|
800
800
|
if vtr.GetCellData().GetArray("P (Pa)") is not None:
|
|
801
801
|
p_name = "P (Pa)"
|
|
802
|
+
if vtr.GetCellData().GetArray("P(Pa)") is not None:
|
|
803
|
+
p_name = "P(Pa)"
|
|
802
804
|
if vtr.GetCellData().GetArray("P(bar)") is not None:
|
|
803
805
|
p_name = "P(bar)"
|
|
804
806
|
if vtr.GetCellData().GetArray("PRES") is not None:
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
toughanimator/__init__.py,sha256=m1f3fJ1SNGLNKxHlS0pLNHwaHlN6UUTh5GpS_8hC8kw,30
|
|
2
|
+
toughanimator/run.py,sha256=YmoiVElHRCo9BzMmBuB53zGy_h8AEQddllQJsqN3tV4,771
|
|
3
|
+
toughanimator/tough_classes.py,sha256=xb6iOPd-xnY-Lv3WLI8mip38pMP3_uOBm_rLjT57h38,111206
|
|
4
|
+
toughanimator-0.1.7.dist-info/METADATA,sha256=RL1UNzvbpB-zEiGx7ekAbukcFYdbYdyscKllq2UB5Mg,4563
|
|
5
|
+
toughanimator-0.1.7.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
6
|
+
toughanimator-0.1.7.dist-info/top_level.txt,sha256=pAT-UflvbjT4lTmBdzHqApZGWbywkSM3Y_qsHyLi4pU,14
|
|
7
|
+
toughanimator-0.1.7.dist-info/RECORD,,
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
toughanimator/__init__.py,sha256=m1f3fJ1SNGLNKxHlS0pLNHwaHlN6UUTh5GpS_8hC8kw,30
|
|
2
|
-
toughanimator/run.py,sha256=YmoiVElHRCo9BzMmBuB53zGy_h8AEQddllQJsqN3tV4,771
|
|
3
|
-
toughanimator/tough_classes.py,sha256=qD67posVPMDRaHjM5lGjYkQNPEHxirU9qZVNAp3PPE0,111115
|
|
4
|
-
toughanimator-0.1.6.dist-info/METADATA,sha256=-SOWX53-MaW8Vz4KtAlJ6NTa62jzYWuzt72vVChjTng,4563
|
|
5
|
-
toughanimator-0.1.6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
6
|
-
toughanimator-0.1.6.dist-info/top_level.txt,sha256=pAT-UflvbjT4lTmBdzHqApZGWbywkSM3Y_qsHyLi4pU,14
|
|
7
|
-
toughanimator-0.1.6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|