Bsoft object

struct Bbondtype

Source:

include/rwmd.h

Description:

A structure for a bond type.

Features:

This defines all the properties of a bond type.

Code:

struct Bbondtype {
Bbondtype* next;
char type1[8]; // Atom type 1
char type2[8]; // Atom type 2
float covlength; // Covalent bond length
float vdwdist; // Van der Waals interaction distance
long number; // Number of this type
float std; // Standard deviation of covalent bond length
} ;

Other objects included:

struct Bbondtype


Generated by bdoc.pl on Wed May 9 11:41:56 2012


Back to the Bsoft home