Difference for psfgen/src/topo_mol.c from version 1.21 to 1.22

version 1.21version 1.22
Line 1386
Line 1386
     for ( patchres = (*patchptr)->patchresids; patchres; patchres = patchres->next ) {     for ( patchres = (*patchptr)->patchresids; patchres; patchres = patchres->next ) {
       ++npres;       ++npres;
       /* Test the existence of segid:resid for the patch */       /* Test the existence of segid:resid for the patch */
       if (!topo_mol_validate_patchres(mol,patch->pname,patchres->segid, patchres->resid)) {       if (!topo_mol_validate_patchres(mol,(*patchptr)->pname,patchres->segid, patchres->resid)) {
         break;         break;
       }       }
     }     }


Legend:
Removed in v.1.21 
changed lines
 Added in v.1.22



Made by using version 1.53 of cvs2html