Skip to content

Commit cf3cf31

Browse files
authored
Merge pull request #116 from andthum/fix/analysis/lintf2-ether/mdt/energy-dist
[`energy_dist.py`]: Adopt to Changed CLI of `plot_energy_dist.py`
2 parents 75812ec + 29470d8 commit cf3cf31

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

analysis/lintf2_ether/mdt/energy_dist.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,7 @@ ${py_exe} -u \
9595
"Kinetic En." \
9696
"Total Energy" \
9797
"Temperature" \
98-
"Pressure" \
99-
--num-points 1000 ||
98+
"Pressure" ||
10099
exit
101100
echo "================================================================="
102101

@@ -116,8 +115,7 @@ ${py_exe} -u \
116115
"Total Energy" \
117116
"Temperature" \
118117
"Pressure" \
119-
--diff \
120-
--num-points 1000 ||
118+
--diff ||
121119
exit
122120
echo "================================================================="
123121

0 commit comments

Comments
 (0)