libmove3d  3.13.0
/home/slemaign/softs-local/BioMove3D-git/bio/BioEnergy/include/bio_allocations.h
00001 #ifndef BIO_ALLOCATIONS_H
00002 #define BIO_ALLOCATIONS_H
00003 
00004 
00005 #include "bioenergy_common.h"
00006 
00007 void alloc_displacement_struct (displacement **disPtPt, int nbOfAtoms);
00008 void alloc_vector_struct (vector **vecPtPt, int nbOfAtoms);
00009 void alloc_torsion_struct (torsion **torPtPt, int nbOfJoints);
00010 void free_displacement_struct (displacement *disPt);
00011 void free_vector_struct (vector *vecPt);
00012 void free_torsion_struct (torsion *torPt);
00013 
00014 #endif /* #ifndef BIO_ALLOCATIONS_H*/
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines