Page 1 of 1

Example \solidstate\cumnt2.m

Posted: Sun Jan 29, 2017 6:36 am
by trukhan
Apparently, in the example \solidstate\cumnt2.m

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];

Re: Example \solidstate\cumnt2.m

Posted: Mon Feb 27, 2017 1:01 pm
by Stefan Stoll
Thanks, we'll fix this!