Skip to content
Snippets Groups Projects

Added missing variable declarations

2 files
+ 7
0
Compare changes
  • Side-by-side
  • Inline

Files

+ 3
0
@@ -39,6 +39,9 @@ program poisson2d
real(kind=8) :: x
real(kind=8) :: y
integer :: ix
integer :: iy
! Allocate memory
allocate(v(NX, NY), f(NX, NY))
Loading