Skip to content
Snippets Groups Projects
Commit 19746ab2 authored by ESCOBAR MUNOZ Juan's avatar ESCOBAR MUNOZ Juan Committed by WAUTELET Philippe
Browse files

Juan 18/11/2021:conjugategradient.f90, Pb with crayftn compiler => remove comment=&

(cherry picked from commit 2003e5d4ed75006be8fe02a4dfc176e71b9ed859)
parent a5dd04e8
No related branches found
No related tags found
No related merge requests found
......@@ -77,8 +77,9 @@ contains
!==================================================================
! Initialise conjugate gradient module,
!==================================================================
subroutine cg_initialise(cg_param_in) & ! Conjugate gradient
& ! parameters
subroutine cg_initialise(cg_param_in) ! Conjugate gradient
! parameters
implicit none
type(cg_parameters), intent(in) :: cg_param_in
......
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