| version 1.21 | version 1.22 | ||
|---|---|---|---|
|
| ||
| 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:
| ||||||