GLYLIB  0.3.0b
deallocate_analysis_structures.c File Reference
#include "../inc/mylib.h"
#include "../inc/molecules.h"
#include "../inc/modes.h"
#include "../inc/stats.h"
Include dependency graph for deallocate_analysis_structures.c:

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)

Detailed Description

Definition in file deallocate_analysis_structures.c.


Function Documentation

Definition at line 100 of file deallocate_analysis_structures.c.

References deallocateRingassign(), deallocateTwoassign(), assignment::nr, and assignment::ntwo.

Here is the call graph for this function:

Definition at line 118 of file deallocate_analysis_structures.c.

Definition at line 122 of file deallocate_analysis_structures.c.

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().

Here is the caller graph for this function:

Definition at line 80 of file deallocate_analysis_structures.c.

Referenced by deallocateAssignment().

Here is the caller graph for this function:

Definition at line 41 of file deallocate_analysis_structures.c.

Referenced by deallocateVibmode().

Here is the caller graph for this function:

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().

Here is the caller graph for this function:

void deallocateTorsion ( torsion t)

Definition at line 37 of file deallocate_analysis_structures.c.

Referenced by deallocateVibmode().

Here is the caller graph for this function:

Definition at line 67 of file deallocate_analysis_structures.c.

Referenced by deallocateAssignment().

Here is the caller graph for this function:

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.

Here is the call graph for this function:

 All Classes Files Functions Variables Typedefs Defines