|
atomes 1.2.1
atomes: an atomic scale modeling tool box
|
Functions to read NPT data. More...
#include "global.h"#include "bind.h"#include "interface.h"#include "project.h"#include <ctype.h>#include "cbuild_edit.h"#include "readers.h"
Include dependency graph for read_npt.c:Go to the source code of this file.
Data Structures | |
| struct | cell_file |
Typedefs | |
| typedef struct cell_file | cell_file |
Functions | |
| void | add_cell_info (gchar *info) |
| append information message to the cell information | |
| int | cell_get_lattice (int format) |
| get the lattice parameters format from the file | |
| int | open_cell_file (int format, gchar *filename) |
| open the file that contains the cell parameters | |
Variables | |
| FILE * | cellp |
| cell_file * | this_cell |
Functions to read NPT data.
Definition in file read_npt.c.
| typedef struct cell_file cell_file |
Definition at line 55 of file read_npt.c.
| void add_cell_info | ( | gchar * | info | ) |
append information message to the cell information
| info | the cell information message |
Definition at line 71 of file read_npt.c.
| int cell_get_lattice | ( | int | format | ) |
get the lattice parameters format from the file
| format | File format |
Definition at line 83 of file read_npt.c.
| int open_cell_file | ( | int | format, |
| gchar * | filename ) |
open the file that contains the cell parameters
| format | File format |
| filename | File name |
Definition at line 231 of file read_npt.c.
| FILE* cellp |
Definition at line 53 of file read_npt.c.
| cell_file* this_cell |
Definition at line 62 of file read_npt.c.