Merge release-4-6 into master
[alexxy/gromacs.git] / src / gromacs / legacyheaders / confio.h
index 2b2372545fada9d30c36ccc98f3cf1208dd477ce..cb6e57b1acac94c1cebbf517d4b60abaf887dab9 100644 (file)
 extern "C" {
 #endif
   
-void init_t_atoms(t_atoms *atoms, int natoms, gmx_bool bPdbinfo);
-/* allocate memory for the arrays, set nr to natoms and nres to 0
- * set pdbinfo to NULL or allocate memory for it */  
-
 int read_g96_conf(FILE *fp,const char *infile,t_trxframe *fr, char *line);
 /* read a Gromos96 coordinate or trajectory file,                       *
  * returns the number of atoms                                          *