Skip to content
Snippets Groups Projects
Commit 2003e5d4 authored by ESCOBAR MUNOZ Juan's avatar ESCOBAR MUNOZ Juan
Browse files

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

parent 25e216c8
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.
Please register or to comment