We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcf6edb commit 0bcfe6dCopy full SHA for 0bcfe6d
tests/integrate/tools/catch_properties.sh
@@ -96,7 +96,7 @@ fi
96
# total energy information
97
#----------------------------
98
if [ $calculation != "get_wf" ]\
99
-&& [ $calculation != "get_pchg" ] && [ $calculation != "get_S" ]\
+&& [ $calculation != "get_pchg" ] && [ $calculation != "get_s" ]\
100
&& [ $is_lr == 0 ]; then
101
etot=$(grep "ETOT_" "$running_path" | tail -1 | awk '{print $2}')
102
#echo "etot = $etot"
0 commit comments