Skip to content

Commit 989a92c

Browse files
author
Iain Bethune
committed
Fix a typo and path (Rolf David)
svn-origin-rev: 17566
1 parent 52404aa commit 989a92c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/hfx_types.F

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ SUBROUTINE hfx_create(x_data, para_env, hfx_section, natom, atomic_kind_set, qs_
562562
IF (.NOT. file_exists(char_val)) THEN
563563
WRITE (error_msg, '(A,A,A)') "Truncated hfx calculation requested. The file containing "// &
564564
"the data could not be found at ", TRIM(char_val), " Please check T_C_G_DATA "// &
565-
"in the INTERCATION_POTENTIAL section"
565+
"in the INTERACTION_POTENTIAL section"
566566
CPABORT(error_msg)
567567
ELSE
568568
actual_x_data%potential_parameter%filename = char_val

tests/QS/regtest-mp2-grad/CH3_dyn_screen.inp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
&INTERACTION_POTENTIAL
4848
POTENTIAL_TYPE TRUNCATED
4949
CUTOFF_RADIUS 2.4999999999
50-
T_C_G_DATA ../data/t_c_g.dat
50+
T_C_G_DATA t_c_g.dat
5151
&END
5252
&END HF
5353
&WF_CORRELATION

0 commit comments

Comments
 (0)