Skip to content

Commit f31d564

Browse files
committed
Add some comments in MHD
1 parent bc55a7b commit f31d564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mhd.f90

+1-1
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@ subroutine solve_poisson_mhd
798798
!
799799
nlock=1 !! Corresponds to computing div(u*)
800800
!
801-
do poissiter = 1, 1
801+
do poissiter = 1, 1 ! FIXME remove the loop if there is only one iteration ?
802802
phib=divergence_scalar(Bm,nlock) !todo: this will have incorrect BCs?
803803
call poisson(phib)
804804
CALL gradp(dphib(:,:,:,1),dphib(:,:,:,2),dphib(:,:,:,3),phib)

0 commit comments

Comments
 (0)