Difference for psfgen/src/tcl_psfgen.c from version 1.35 to 1.36

version 1.35version 1.36
Line 1212
Line 1212
                                         int argc, CONST84 char *argv[]) {                                         int argc, CONST84 char *argv[]) {
   topo_mol_ident_t target;   topo_mol_ident_t target;
   psfgen_data *psf = *(psfgen_data **)data;   psfgen_data *psf = *(psfgen_data **)data;
   PSFGEN_TEST_MOL(interp, psf); 
   char *segid, *resid, *aname;   char *segid, *resid, *aname;
   int rc;   int rc;
   /* We will horribly abuse notation here and use these for any vector quantity   /* We will horribly abuse notation here and use these for any vector quantity
Line 1220
Line 1219
   */   */
   double x, y, z;   double x, y, z;
  
    PSFGEN_TEST_MOL(interp, psf);
  
   /*   /*
     psfset <attribute keyword> <segid> <resid> [<atomname>] <new value>     psfset <attribute keyword> <segid> <resid> [<atomname>] <new value>
   */   */


Legend:
Removed in v.1.35 
changed lines
 Added in v.1.36



Made by using version 1.53 of cvs2html