Move atomprop.* to topology/
[alexxy/gromacs.git] / src / gromacs / fileio / pdbio.h
index e3a69b44868cd5af833acc1885bf940d66fd903a..a8f41a62b384d3a9fb7275fa5fcf05ba25ce974a 100644 (file)
 
 #include <stdio.h>
 
-#include "../legacyheaders/atomprop.h"
+#include "../legacyheaders/types/simple.h"
 
 #ifdef __cplusplus
 extern "C" {
 #endif
 
+struct gmx_atomprop;
 struct t_atoms;
 struct t_topology;
 
@@ -104,7 +105,7 @@ void write_pdbfile(FILE *out, const char *title, struct t_atoms *atoms,
  * which may be useful for visualization purposes.
  */
 
-void get_pdb_atomnumber(struct t_atoms *atoms, gmx_atomprop_t aps);
+void get_pdb_atomnumber(struct t_atoms *atoms, struct gmx_atomprop *aps);
 /* Routine to extract atomic numbers from the atom names */
 
 int read_pdbfile(FILE *in, char *title, int *model_nr,