Bsoft object
struct UnitCell
Source:
include/unitcell.h
Description:
Unit cell parameters.
Features:
The convention is as follows:
a lies on the x-axis,
b lies in the x,y plane.
Code:
struct UnitCell {
float a, b, c;
// Major axis lengths
float alf, bet, gam;
// Angles between major axes
} ;
Generated by bdoc.pl on Mon Jun 15 11:55:12 2009
Back to the Bsoft home