Add missing space after gradient

This commit is contained in:
sgeard 2023-09-14 20:15:22 +01:00 committed by GitHub
parent 5d571b7929
commit a830274b8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -706,7 +706,7 @@ contains
call stats%set('corr',c)
call stats%set('cov',sxy)
write(6,'(/a)') 'Regression: y = ax + b'
call print_value(' gradient a ->',a)
call print_value(' gradient a -> ',a)
call print_value(' intercept b -> ',b)
call print_value(' covariance cov -> ',sxy)
call print_value('correlation corr -> ',c)