#include "icoord.h"
Functions | |
void | print_xyz_gen (int natoms, string *anames, double *coords) |
void | print_triple_xyz (int natoms, string *anames, int *anumbers, double *coords0, double *coords1, double *coords2, double *e) |
void | print_double_xyz_save (string xyzfile_string, int natoms, string *anames, int *anumbers, double *coords0, double *coords1, double *e) |
void | print_triple_xyz_save (string xyzfile_string, int natoms, string *anames, int *anumbers, double *coords0, double *coords1, double *coords2, double *e) |
void print_double_xyz_save | ( | string | xyzfile_string, | |
int | natoms, | |||
string * | anames, | |||
int * | anumbers, | |||
double * | coords0, | |||
double * | coords1, | |||
double * | e | |||
) |
void print_triple_xyz | ( | int | natoms, | |
string * | anames, | |||
int * | anumbers, | |||
double * | coords0, | |||
double * | coords1, | |||
double * | coords2, | |||
double * | e | |||
) |
void print_triple_xyz_save | ( | string | xyzfile_string, | |
int | natoms, | |||
string * | anames, | |||
int * | anumbers, | |||
double * | coords0, | |||
double * | coords1, | |||
double * | coords2, | |||
double * | e | |||
) |
void print_xyz_gen | ( | int | natoms, | |
string * | anames, | |||
double * | coords | |||
) |