************************************************* lclib-98a-3 15-Feburary-1999 ************************************************* (1) gen/tauola/tauola.F The variable PWB used in tauola.F is automatically replaced by 1 when compiled by f77 command, becaus PWB is defined by cpp preprocessor. ( see man cpp ). So add -WF,-UPWB option for HP compiler in the config/lclib/tmpl (2) A bug was found in simjlc/src/smrhlx.F In calulcating error matrix, track parameters after smearing were used. Error matrix produced so far was completely wrong. In addtion, on HIUX, track parameters were not smeared properly. To avoid problem, add REAL*4 RANN and EXTERNAL RANN statements. It seems that problem occured when REAL*8 and REAL*4 variable is used in mixed situation. (3) There was a blank line in simjlc/param/detect5.com, which aborts parameter read and the problem was fixed. (4) simjlc/src/dscsmr.F ; modified to create the bank, Production:VTX;Space_Point_Error (5) simjlc/src/smrcvt.F Vertex hit points are used inproperly when making the CDC-VTX combined fit.