********> bugfix.32 Author: Bill Ross Date: Dec 10, 1998 Programs: Leap Severity: Moderate Description: The fix in bugfix.31 'activates' a subtle bug in the solvation routines connected with Leap's internal stack-tracing code. Fix: Make the following change to octree.c: ----------------------------------------------------------------------- *** OLD octree.c --- NEW octree.c *************** *** 622,628 */ if ( PonNode->iDepth == iMaxDepth ) ! return( FinalCheck( PonNode, iAtoms, PaAtomList ) ); /* * At less than maximum depth. Evaluate whole box with respect --- 622,628 ----- */ if ( PonNode->iDepth == iMaxDepth ) ! RETURN( FinalCheck( PonNode, iAtoms, PaAtomList ) ); /* * At less than maximum depth. Evaluate whole box with respect *** /tmp/,RCSt1a04685 Fri Dec 11 16:26:05 1998 --- octree.c Fri Dec 11 16:22:23 1998 *************** *** 622,628 */ if ( PonNode->iDepth == iMaxDepth ) ! return( FinalCheck( PonNode, iAtoms, PaAtomList ) ); /* * At less than maximum depth. Evaluate whole box with respect --- 622,628 ----- */ if ( PonNode->iDepth == iMaxDepth ) ! RETURN( FinalCheck( PonNode, iAtoms, PaAtomList ) ); /* * At less than maximum depth. Evaluate whole box with respect -----------------------------------------------------------------------