We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be45870 commit e01dc14Copy full SHA for e01dc14
src/poisson/main.f90
@@ -1,5 +1,5 @@
1
program main
2
- use poisson, only : read_input, write_output, pcg, open_file, mxp, mxe, mxb, mxc
+ use poisson, only : read_input_file, write_output_file, pcg, open_file, mxp, mxe, mxb, mxc
3
4
implicit none
5
0 commit comments