|
atomes 1.2.1
atomes: an atomic scale modeling tool box
|
Functions to compare and adjust field body parameters. More...
#include "global.h"#include "interface.h"#include "glwindow.h"#include "glview.h"#include "dlp_field.h"
Include dependency graph for dlp_comp.c:Go to the source code of this file.
Functions | |
| void | duplicate_nbody_params (field_nth_body *new_fbody, field_nth_body *old_fbody) |
| copy field body parameter list | |
| void | compare_body (gchar *fatom, field_nth_body *new_body, int n_body, field_nth_body *old_body, int o_body) |
| compare, and if require ajdust, two lists of field body properties | |
| void | compare_non_bonded (gchar *fatom) |
| compare non bond interaction parameters | |
Variables | |
| field_nth_body * | comp_fbody |
Functions to compare and adjust field body parameters.
Definition in file dlp_comp.c.
| void compare_body | ( | gchar * | fatom, |
| field_nth_body * | new_body, | ||
| int | n_body, | ||
| field_nth_body * | old_body, | ||
| int | o_body ) |
compare, and if require ajdust, two lists of field body properties
| fatom | the name of the field atom to search for |
| new_body | 1st list of field body property(ies) |
| n_body | the number of field body in this 1st list |
| old_body | 2nd list of field body property(ies) |
| o_body | the number of field body in this 2nd list |
Definition at line 59 of file dlp_comp.c.
| void compare_non_bonded | ( | gchar * | fatom | ) |
compare non bond interaction parameters
| fatom | the name of the target field atom |
Definition at line 184 of file dlp_comp.c.
|
extern |
copy field body parameter list
| new_fbody | the body parameters to fill |
| old_fbody | the body parameters to duplicate |
Definition at line 350 of file dlp_copy.c.
| field_nth_body* comp_fbody |
Definition at line 44 of file dlp_comp.c.