********> bugfix.31 Author: Bill Ross Date: 12/3/98 Programs: Leap Severity: Moderate Description: Sometimes leap crashes with the message, !DFATAL: Unmatched Exec Push/Pop, ... due to a routine without a proper end sequence. This seems to mainly affect SGI R4400 machines. Fix: In tools.c, find the routine zToolSetTempRadii() and add 'END' as shown: ---------------------------------------------- } aAtom->dTemp = dR; } END } ----------------------------------------------