Skip to content
Snippets Groups Projects
Unverified Commit a8ad8a6f authored by cflag's avatar cflag
Browse files

Remove unused variables

parent 855b468e
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ contains ...@@ -35,7 +35,7 @@ contains
real(mytype), dimension(xsize(1), xsize(2), xsize(3), numscalar) :: phi1 real(mytype), dimension(xsize(1), xsize(2), xsize(3), numscalar) :: phi1
real(mytype) :: x real(mytype) :: x
integer :: k, j, i, is integer :: i
! This does not apply in case of restart ! This does not apply in case of restart
if (irestart == 0) then if (irestart == 0) then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment