|
atomes 1.3.1
atomes: an atomic scale modeling tool box
|
Functions to save curves information in the atomes project file format. More...
Go to the source code of this file.
Functions | |
| int | write_data_layout (FILE *fp, DataLayout *layout) |
| save curve data layout to file | |
| int | save_project_curve (FILE *fp, project *this_proj, int wid, int rid, int cid) |
| save project curve to file | |
Functions to save curves information in the atomes project file format.
Definition in file save_curve.c.
| int save_project_curve | ( | FILE * | fp, |
| project * | this_proj, | ||
| int | wid, | ||
| int | rid, | ||
| int | cid ) |
save project curve to file
| fp | the file pointer |
| this_proj | the target project |
| wid | saving workspace (1/0) |
| rid | the calculation to save |
| cid | the curve id to save |
Definition at line 75 of file save_curve.c.
| int write_data_layout | ( | FILE * | fp, |
| DataLayout * | layout ) |
save curve data layout to file
Definition at line 49 of file save_curve.c.