********> bugfix.15 Author: Bill Ross Date: 1/30/98 Programs: Carnal Severity: Moderate Description: STATIC: when periodic boundary and coordinate file format is either pdb, or restrt without a box, program stops. NOTE: This fix leaves pdb and restrt coords without a box. Fix: Make the following changes to static.c: ------------------------------------------------------------------------- *** OLD static.c --- NEW static.c *************** *** 130,135 */ while(1) { /* * allocate space, read a set --- 130,138 ----- */ while(1) { + int nget = natbox; + if ((ifmt == RST || ifmt == PDB) && box) + nget--; /* * allocate space, read a set *************** *** 135,141 * allocate space, read a set */ crd = (_REAL *) get(crdspace); ! for (i=0; i