Code: Select all
Exp.CrystalOrientation = [0 0 0; pi/2 0 0];
should be replaced by
Code: Select all
Exp.CrystalOrientation = [0 pi/2 0; 0 0 0];
Code: Select all
Exp.CrystalOrientation = [0 0 0; pi/2 0 0];
Code: Select all
Exp.CrystalOrientation = [0 pi/2 0; 0 0 0];