Difference for psfgen/src/topo_mol.h from version 1.9 to 1.10

version 1.9version 1.10
Line 42
Line 42
  
 void topo_mol_delete_atom(topo_mol *mol, const topo_mol_ident_t *target); void topo_mol_delete_atom(topo_mol *mol, const topo_mol_ident_t *target);
  
 int topo_mol_rename_atom(topo_mol *mol, const topo_mol_ident_t *target, int topo_mol_set_name(topo_mol *mol, const topo_mol_ident_t *target,
                                         const char *name);                                         const char *name);
  
  int topo_mol_set_resname(topo_mol *mol, const topo_mol_ident_t *target,
                                const char *rname);
  
  int topo_mol_set_segid(topo_mol *mol, const topo_mol_ident_t *target,
                                const char *segid);
  
 int topo_mol_multiply_atoms(topo_mol *mol, const topo_mol_ident_t *targets, int topo_mol_multiply_atoms(topo_mol *mol, const topo_mol_ident_t *targets,
  int ntargets, int ncopies);  int ntargets, int ncopies);
  
Line 60
Line 66
 int topo_mol_set_vel(topo_mol *mol, const topo_mol_ident_t *target, int topo_mol_set_vel(topo_mol *mol, const topo_mol_ident_t *target,
                                         double vx, double vy, double vz);                                         double vx, double vy, double vz);
  
  int topo_mol_set_mass(topo_mol *mol, const topo_mol_ident_t *target,
                        double mass);
  
  int topo_mol_set_charge(topo_mol *mol, const topo_mol_ident_t *target,
                          double charge);
  
 int topo_mol_set_bfactor(topo_mol *mol, const topo_mol_ident_t *target,  int topo_mol_set_bfactor(topo_mol *mol, const topo_mol_ident_t *target, 
                          double bfactor);                          double bfactor);
  


Legend:
Removed in v.1.9 
changed lines
 Added in v.1.10



Made by using version 1.53 of cvs2html