Skip to content

Commit 31eb18f

Browse files
committed
fix 17_NO_KP_OH example in 03_NAO_multik
1 parent 31c6921 commit 31eb18f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

tests/integrate/tools/catch_properties.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -265,10 +265,10 @@ if ! test -z "$has_hs" && [ $has_hs == 1 ]; then
265265
sref=sks1_nao.txt.ref
266266
scal=OUT.autotest/sks1_nao.txt
267267
else # multiple k-points
268-
href=data-1-H.ref
269-
hcal=OUT.autotest/data-1-H
270-
sref=data-1-S.ref
271-
scal=OUT.autotest/data-1-S
268+
href=hks1k2_nao.txt.ref
269+
hcal=OUT.autotest/hks1k2_nao.txt
270+
sref=sks1k2_nao.txt.ref
271+
scal=OUT.autotest/sks1k2_nao.txt
272272
fi
273273

274274
python3 $COMPARE_SCRIPT $href $hcal 6

0 commit comments

Comments
 (0)