*-- Author : S.Burke / J.V. Morris
SUBROUTINE FKWVEC(SPRO,WT,CFIL,HGW,SFIL)
**********************************************************************
* *
* Calculate a filtered state vector - a weighted measurement *
* multiplied by the total covariance, and added to the weighted *
* projected vector. *
* *
* Output is SFIL = CFIL.HGW + WT.SPRO *
* *
**********************************************************************
**********************************************************************
*