| version 1.29 | version 1.30 |
|---|
| |
| PSFGEN_TEST_MOL(interp,psf); | PSFGEN_TEST_MOL(interp,psf); |
| | |
| /* | /* |
| * special case query commands: 'segment segids', 'segment <segid> first', | * special case query commands: 'segment segids', 'segment first <segid>', |
| * 'segment <segid> last', 'segment <segid> resids', | * 'segment last <segid>', 'segment resids <segid>', |
| * 'segment <segid> residue <resid>' | * 'segment residue <segid> <resid>' |
| */ | */ |
| if (argc == 2 && !strcasecmp(argv[1], "segids")) { | if (argc == 2 && !strcasecmp(argv[1], "segids")) { |
| topo_mol *mol = psf->mol; | topo_mol *mol = psf->mol; |