Skip to content

Commit

Permalink
fixed indentation in previous commit (StieglitzSnow.F90)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmao-rreichle committed Oct 18, 2023
1 parent f202a2d commit 47b49cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1544,7 +1544,7 @@ SUBROUTINE StieglitzSnow_trid(X,DD,D,RD,B,N)
J=N+1-I
if(D(J+1).ne.0.) RSF=RD(J)/D(J+1)
D(J)=D(J)-DD(J+1)*RSF
B(J)=B(J)- B(J+1)*RSF
B(J)=B(J)- B(J+1)*RSF
enddo
if(D(1).ne.0.) X(1)=B(1)/D(1)
do J=2,N
Expand Down

0 comments on commit 47b49cb

Please sign in to comment.