*** lio.h	Wed Dec 16 20:28:15 1992
--- lio.h.coh	Wed Dec 16 20:28:09 1992
***************
*** 25,32 ****
--- 25,37 ----
  #define	LLOGW	2
  #define	LLOW	1.0
  #define	LHIGH	1.e9
+ #ifndef COHERENT
  #define	LEFMT	" %# .8E"
  #define	LFFMT	" %# .9g"
+ #else
+ #define	LFFMT	" %.9g"
+ #define	LEFMT	" %.8e"
+ #endif
  #define	LEFBL	20
  
  typedef union
