Skip to content

Commit 2ed8999

Browse files
committed
Typo on text is fixed
1 parent 922e735 commit 2ed8999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GEOSagcm_GridComp/GEOSphysics_GridComp/GEOSsurface_GridComp/Utils/Raster/makebcs/rmTinyCatchParaMod.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5567,7 +5567,7 @@ SUBROUTINE svdcmp(a,m,n,w,v)
55675567
PARAMETER (NMAX=500) !Maximum anticipated value of n.
55685568
!--------------------------------------------------------------------------------------
55695569
! Given a matrix A(1:m,1:n), this routine computes its singular value decomposition,
5570-
! A = U · W · Vt. The matrix U replaces A on output. The diagonal matrix of singular
5570+
! A = U . W . Vt. The matrix U replaces A on output. The diagonal matrix of singular
55715571
! values W is output as a vector W(1:n). The matrix V (not the transpose Vt) is output
55725572
! as V(1:n,1:n).
55735573
!--------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)