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