/* * Rot_one[] is rotation for: * * CUBIC-I centred * CUBIC-F centred * HEXAGONAL * TRIGONAL * TETRAGONAL-P * TETRAGONAL-I centred * ORTHOROMBIC-A centred * ORTHOROMBIC-F centred * * MONOCLINIC-A centred: */ extern double Rot_one[1][3][3]; /* Rotations for CUBIC-P */ extern double Rot_cub_p[2][3][3]; /* Rotations for ORTHOROMBIC-P centred */ extern double Rot_ort_p[6][3][3]; /* Rotations for ORTHOROMBIC-I centred */ extern double Rot_ort_i[4][3][3]; /* Rotations for ORTHOROMBIC-C centred */ extern double Rot_ort_c[2][3][3]; /* Rotations for MONOCLINIC-P centred: */ extern double Rot_mon_p[3][3][3];