GLYLIB
0.3.0b
|
#include "../inc/mylib.h"
#include "../inc/molecules.h"
#include "../inc/modes.h"
#include "../inc/stats.h"
Go to the source code of this file.
Functions | |
void | deallocateVibaddr (vibaddr *va) |
void | deallocateStretch (stretch *s) |
void | deallocateBend (bend *b) |
void | deallocateTorsion (torsion *t) |
void | deallocateRingmotion (ringmotion *rm) |
void | deallocateVibmode (vibmode *vm) |
void | deallocateTwoassign (twoassign *ta) |
void | deallocateRingassign (ringassign *ra) |
void | deallocateAssignment (assignment *a) |
void | deallocateAssnBrief (assn_brief *ab) |
void | deallocateAtommode (atommode *a) |
void | deallocateStatsarray (statsarray *s) |
void | deallocateAutocorr (autocorr *a) |
Definition in file deallocate_analysis_structures.c.
void deallocateAssignment | ( | assignment * | a | ) |
Definition at line 100 of file deallocate_analysis_structures.c.
References deallocateRingassign(), deallocateTwoassign(), assignment::nr, and assignment::ntwo.
void deallocateAssnBrief | ( | assn_brief * | ab | ) |
Definition at line 118 of file deallocate_analysis_structures.c.
void deallocateAtommode | ( | atommode * | a | ) |
Definition at line 122 of file deallocate_analysis_structures.c.
void deallocateAutocorr | ( | autocorr * | a | ) |
Definition at line 133 of file deallocate_analysis_structures.c.
void deallocateBend | ( | bend * | b | ) |
Definition at line 33 of file deallocate_analysis_structures.c.
Referenced by deallocateVibmode().
void deallocateRingassign | ( | ringassign * | ra | ) |
Definition at line 80 of file deallocate_analysis_structures.c.
Referenced by deallocateAssignment().
void deallocateRingmotion | ( | ringmotion * | rm | ) |
Definition at line 41 of file deallocate_analysis_structures.c.
Referenced by deallocateVibmode().
void deallocateStatsarray | ( | statsarray * | s | ) |
Definition at line 129 of file deallocate_analysis_structures.c.
void deallocateStretch | ( | stretch * | s | ) |
Definition at line 29 of file deallocate_analysis_structures.c.
Referenced by deallocateVibmode().
void deallocateTorsion | ( | torsion * | t | ) |
Definition at line 37 of file deallocate_analysis_structures.c.
Referenced by deallocateVibmode().
void deallocateTwoassign | ( | twoassign * | ta | ) |
Definition at line 67 of file deallocate_analysis_structures.c.
Referenced by deallocateAssignment().
void deallocateVibaddr | ( | vibaddr * | va | ) |
Definition at line 24 of file deallocate_analysis_structures.c.
void deallocateVibmode | ( | vibmode * | vm | ) |
Definition at line 48 of file deallocate_analysis_structures.c.
References deallocateBend(), deallocateRingmotion(), deallocateStretch(), deallocateTorsion(), vibmode::nb, vibmode::nr, vibmode::ns, and vibmode::nt.