FKADD COMMENTS
*-- Author : S.Burke / J.V. Morris
      SUBROUTINE FKADD(C1,C2,C3)
**********************************************************************                                        
*                                                                    *                                        
* Adds two 5*5 symmetric matrices                                    *                                        
*                                                                    *                                        
* Output is C3 = C1 + C2 (lower half only)                           *                                        
*                                                                    *                                        
**********************************************************************                                        
**********************************************************************                                        
*