Skip to content

Commit d389bf9

Browse files
committed
[cray] removed one import too many. put one back
1 parent 7975c3f commit d389bf9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/simulation/m_start_up.fpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,9 @@ module m_start_up
9898

9999
!! @param q_cons_vf Conservative variables
100100
subroutine s_read_abstract_data_files(q_cons_vf)
101-
101+
102+
import :: scalar_field, sys_size, pres_field
103+
102104
type(scalar_field), &
103105
dimension(sys_size), &
104106
intent(inout) :: q_cons_vf

0 commit comments

Comments
 (0)