Skip to content

Commit

Permalink
Oneline minor change
Browse files Browse the repository at this point in the history
	modified:   src/gsi/setupfed.f90
  • Loading branch information
hongli-wang committed Sep 29, 2023
1 parent dd2bb23 commit 9836c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gsi/setupfed.f90
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ subroutine setupfed(obsLL,odiagLL,lunin,mype,bwork,awork,nele,nobs,is,fed_diagsa
write(6,*)"FED_ONEOB: Innov,Error= ",ddiff,magoberr
else
data(ifedob,i) = oneobvalue
ddiff = oneobvalue - FEDMdiag(i)
ddiff = data(ifedob,i) - FEDMdiag(i)
end if
end if !oneob

Expand Down

0 comments on commit 9836c30

Please sign in to comment.