********>Bugfix 23: Author: Dave Case Date: 08/07/02 Programs: sander Severity: minor Description: The check that the belly is compatible with GB is not being made Fix: apply the following patch to amber7/src/sander/mdread.f ------------------------------------------------------------------------------ *** mdread.f 2002/02/15 19:37:14 7.156 --- mdread.f 2002/08/08 05:23:23 *************** *** 1235,1241 **** END IF ENDIF c ! if( belly .and. igb.gt.0 ) then c c ---here, the only allowable belly has just the first c NATBEL atoms in the moving part. Check to see that this --- 1235,1241 ---- END IF ENDIF c ! if( ibelly.gt.0 .and. igb.gt.0 ) then c c ---here, the only allowable belly has just the first c NATBEL atoms in the moving part. Check to see that this ------------------------------------------------------------------------------ Temporary workarounds: don't use belly with GB Files affected: amber7/src/sander/mdread.f