Skip to content

Commit e01dc14

Browse files
committed
Fix imports for poisson
1 parent be45870 commit e01dc14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/poisson/main.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
program main
2-
use poisson, only : read_input, write_output, pcg, open_file, mxp, mxe, mxb, mxc
2+
use poisson, only : read_input_file, write_output_file, pcg, open_file, mxp, mxe, mxb, mxc
33

44
implicit none
55

0 commit comments

Comments
 (0)