|
|||||||||||||||||||||||||||||||||
AMBER Archive (2002)Subject: IGB =4 with GAFF and bugfix24 incomplete?
From: Tom Bishop (bishop_at_tulane.edu)
Dear Amber,
bugfix24 addressed some known issues with IGB and GAFF.
However i'm having problems specifically w/ IGB=4 and GAFF.
I am concerned that the patch to amber7/src/leap/src/leap/unitio.c in
else if ( GDefaults.iGBparm == 4 || GDefaults.iGBparm == 5){
It seems that the following "strcmp"'s should be "strcasecmp"'s as
I made these changes and at least the radii for the two "oh" type atoms
***** currently in amber7/src/leap/src/leap/unitio.c *******
else if(!
********* should really be made case insensitive as follows
else if(!
TOm
-- ----------------------------------------- Thomas C. Bishop, Ph.D. Joint Faculty Appointments Program Professor Center for Bioenvironmental Research ----------------------------------------- Tulane University Office ----------------------------------------- Dept. of Environmental Health Sciences(SL-29) School of Public Health & Trop. Medicine 1430 Tulane Avenue New Orleans, LA 70112 Phone: 504-988-6203 Fax: 504-585-6428 bishop_at_tulane.edu ----------------------------------------- Xavier University Office ----------------------------------------- Division of Basic Pharmaceutical Sciences College of Pharmacy 7325 Palmetto Street New Orleans, LA 70125 Phone: 504-485-5106 Fax: 504-485-7954 tbishop_at_xula.edu -----------------------------------------
| |||||||||||||||||||||||||||||||||
|