File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ gamma_only=$(get_input_key_value "gamma_only" "INPUT")
58
58
imp_sol=$( get_input_key_value " imp_sol" " INPUT" )
59
59
run_rpa=$( get_input_key_value " rpa" " INPUT" )
60
60
out_pot=$( get_input_key_value " out_pot" " INPUT" )
61
+ out_elf=$( get_input_key_value " out_elf" " INPUT" )
61
62
out_dm1=$( get_input_key_value " out_dm1" " INPUT" )
62
63
get_s=$( get_input_key_value " calculation" " INPUT" )
63
64
out_pband=$( get_input_key_value " out_proj_band" " INPUT" )
@@ -165,6 +166,14 @@ if ! test -z "$out_pot" && [ $out_pot == 2 ]; then
165
166
echo " ComparePot_pass $? " >> $1
166
167
fi
167
168
169
+ # echo $out_elf
170
+ if ! test -z " $out_elf " && [ $out_elf == 1 ]; then
171
+ pot1ref=refELF.cube
172
+ pot1cal=OUT.autotest/ELF.cube
173
+ python3 ../tools/CompareFile.py $pot1ref $pot1cal 3
174
+ echo " ComparePot1_pass $? " >> $1
175
+ fi
176
+
168
177
# echo $get_s
169
178
if ! test -z " $get_s " && [ $get_s == " get_S" ]; then
170
179
sref=refSR.csr
You can’t perform that action at this time.
0 commit comments